Skip to content

Commit

Permalink
修复CI系统使其能够自动推送nuget包
Browse files Browse the repository at this point in the history
Signed-off-by: 舰队的偶像-岛风酱! <[email protected]>
  • Loading branch information
frg2089 committed Dec 10, 2023
1 parent aa59dd8 commit bb301b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
run: |
dotnet nuget push nupkg/*.nupkg -s nuget -k $env:NUGET_TOKEN --skip-duplicate
Set-Location nupkg
dotnet nuget push *.nupkg -s nuget -k $env:NUGET_TOKEN --skip-duplicate
Set-Location ..
- name: 收集测试覆盖率
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit bb301b3

Please sign in to comment.