We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2fd272 + c4f904f commit 6f83ea0Copy full SHA for 6f83ea0
.github/workflows/build-publish.yml
@@ -87,4 +87,4 @@ jobs:
87
- name: Publish Nuget
88
env:
89
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
90
- run: dotnet nuget push "$NUGET_DIR\*.nupkg" -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "$NUGET_DIR/*.nupkg" -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
0 commit comments