This commit is contained in:
Linwenxuan05 2023-08-24 15:30:31 +08:00
parent 8e5ed5f833
commit e4a07d368d
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ jobs:
- name: Push generated package to GitHub registry and NuGet
run: |
dotnet nuget push .\Lagrange.Core\bin\Release\*.nupkg -source "github" --api-key ${{ secrets.GIT_TOKEN }}
dotnet nuget push .\Lagrange.Core\bin\Release\*.nupkg --source "github" --api-key ${{ secrets.GIT_TOKEN }}
nuget push .\Lagrange.Core\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGETAPIKEY }}