We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96b01d commit 4f7e81fCopy full SHA for 4f7e81f
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
name: nuget
58
59
- name: Push to GitHub feed
60
- run: dotnet nuget push nuget/*.nupkg
+ run: dotnet nuget push *.nupkg
61
--api-key "${{secrets.GITHUB_TOKEN}}"
62
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
63
--skip-duplicate
0 commit comments