We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed2fb5 commit 30f8111Copy full SHA for 30f8111
.github/workflows/deploy-pack.yml
@@ -69,4 +69,4 @@ jobs:
69
path: ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg
70
71
- name: Publish packages to nuget.org
72
- run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}/*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json
0 commit comments