We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315307b commit 27fe856Copy full SHA for 27fe856
.github/workflows/build-publish.yml
@@ -57,4 +57,4 @@ jobs:
57
dotnet-version: '8.0.x'
58
- name: Push NuGet
59
run: |
60
- dotnet nuget push NuGet\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ORG_API_KEY }}
+ dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ORG_API_KEY }}
0 commit comments