Skip to content

Commit

Permalink
Fix Nuget build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tthiery committed Mar 21, 2024
1 parent 352e2a7 commit 6ad9762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
name: artifacts
path: ./artifacts
- name: Upload to NuGet
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true -k $env:NUGET_AUTH_TOKEN
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $env:NUGET_AUTH_TOKEN

0 comments on commit 6ad9762

Please sign in to comment.