We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10359 commit 4b9d738Copy full SHA for 4b9d738
.github/workflows/publish-nuget.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Publish the package to Github Packages
31
run: dotnet nuget push ./NapPlana.Net.Core/bin/Release/*.nupkg --api-key ${{ secrets.TOKEN }} --source github --skip-duplicate
32
- name: Publish the package to Nuget Gallery
33
- run: dotnet nuget push ./NapPlana.Net.Core/Release/*.nupkg --api-key ${{ secrets.NUGET_GALLERY_TOKEN }} --source nuget.org --skip-duplicate
+ run: dotnet nuget push ./NapPlana.Net.Core/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_GALLERY_TOKEN }} --source nuget.org --skip-duplicate
0 commit comments