Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 27, 2024
1 parent 7c342e1 commit 93872c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
with:
name: tree-sitter-binaries-${{ matrix.os }}
path: |
tree-sitter/bins/*
tree-sitter/grammars/bins/*
tree-sitter/bins/*.so
tree-sitter/bins/*.dll
tree-sitter/grammars/bins/*.so
tree-sitter/grammars/bins/*.dll
create-nuget:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93872c5

Please sign in to comment.