Skip to content

Commit

Permalink
Update .github\workflows\Publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 12, 2024
1 parent 1554bce commit 79d9ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
shell: cmd
run: |
:: 把生成的nuget包发布到nuget中
nuget push Output\MINT.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json
nuget push Output\MINT.nupkg -ApiKey ${{ secrets.CHUYUTEAMNUGETKEY }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 79d9ca0

Please sign in to comment.