Skip to content

Commit

Permalink
Update publish-amos-abp-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
izanhzh authored Dec 8, 2023
1 parent dc38372 commit d98e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-amos-abp-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: Publish Nuget package
run: |
nuget push *.nupkg -ApiKey ${{secrets.NUGET_API_KEY}} -src https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push "*.nupkg" -ApiKey ${{secrets.NUGET_API_KEY}} -src https://api.nuget.org/v3/index.json -SkipDuplicate
working-directory: ./framework/build/Release

0 comments on commit d98e477

Please sign in to comment.