Skip to content

Commit 09039dc

Browse files
committed
fix nupkg release path
1 parent d03cb43 commit 09039dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
path: artifacts
8282
- name: upload nuget package to nuget.org
83-
run: dotnet nuget push artifacts/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
83+
run: dotnet nuget push artifacts/nupkg/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
8484
env:
8585
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
8686
- name: upload tgz to github release

0 commit comments

Comments
 (0)