We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8ea9e commit 62f6fa6Copy full SHA for 62f6fa6
1 file changed
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
run: dotnet pack --configuration Release --no-build --output ./artifacts
29
30
- name: Publish to NuGet
31
- run: dotnet nuget push ./bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ run: dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
0 commit comments