We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d6c2e + 755ec07 commit 470fdfbCopy full SHA for 470fdfb
1 file changed
.github/workflows/nuget-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
user: ${{secrets.NUGET_USER}}
41
42
- name: Nuget push
43
- run: dotnet nuget push artifacts/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
44
45
46
0 commit comments