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 eb79f0c commit 75c50d6Copy full SHA for 75c50d6
.github/workflows/build.yml
@@ -113,4 +113,4 @@ jobs:
113
uses: actions/setup-dotnet@v4
114
115
- name: Publish NuGet Package
116
- run: dotnet nuget push *nupkg --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "Packages/*nupkg" --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
0 commit comments