We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df622c commit 326332dCopy full SHA for 326332d
.github/workflows/dotnet.yml
@@ -61,5 +61,5 @@ jobs:
61
62
- name: Push NuGet package
63
if: startsWith(github.ref, 'refs/tags/v')
64
- run: dotnet nuget push "nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
+ run: dotnet nuget push "**/nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
65
working-directory: ${{ github.workspace }}
0 commit comments