We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f13924 commit 755ec07Copy full SHA for 755ec07
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