Skip to content

Commit

Permalink
fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelettieri committed Oct 11, 2024
1 parent 5dd97b9 commit 346495b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-treesitter-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Pack libtreesitter
run: nuget pack tree-sitter-packages/libtreesitter/libtreesitter.nuspec
run: nuget pack packages-definitions/libtreesitter/libtreesitter.nuspec
- name: Pack libtreesitter.runtime.linux-x64
run: nuget pack tree-sitter-packages/libtreesitter.runtime.linux-x64/libtreesitter.runtime.linux-x64.nuspec
run: nuget pack packages-definitions/libtreesitter.runtime.linux-x64/libtreesitter.runtime.linux-x64.nuspec
- name: Publish libtreesitter package to Nuget
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 346495b

Please sign in to comment.