Skip to content

Commit 15a6a38

Browse files
committed
fix ci
1 parent 4f6fc84 commit 15a6a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-tag-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
4141
- name: Push generated package to GitHub registry
4242
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 }}
43+
nuget push .\artifacts\package\release\*.nupkg -Source github -SkipDuplicate
44+
nuget push .\artifacts\package\release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}

0 commit comments

Comments
 (0)