We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6fc84 commit 15a6a38Copy full SHA for 15a6a38
.github/workflows/nuget-tag-publish.yml
@@ -40,5 +40,5 @@ jobs:
40
41
- name: Push generated package to GitHub registry
42
run: |
43
- nuget push .\bin\Release\*.nupkg -Source github -SkipDuplicate
44
- nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}
+ nuget push .\artifacts\package\release\*.nupkg -Source github -SkipDuplicate
+ nuget push .\artifacts\package\release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}
0 commit comments