Skip to content

Commit

Permalink
fix nupkg release path
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Apr 7, 2022
1 parent d03cb43 commit 09039dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
path: artifacts
- name: upload nuget package to nuget.org
run: dotnet nuget push artifacts/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
run: dotnet nuget push artifacts/nupkg/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
- name: upload tgz to github release
Expand Down

0 comments on commit 09039dc

Please sign in to comment.