change Source to s

This commit is contained in:
J. Fronny 2020-03-20 16:17:07 +01:00 committed by GitHub
parent 456b73633f
commit 98a700f2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ jobs:
$suffix = "$tmp1.$tmp2"
cd Misc
dotnet pack --version-suffix "$suffix" -c Release -o build.nupkg
dotnet nuget push build.nupkg ${{secrets.NUGET_API_KEY}} -Source https://api.nuget.org/v3/index.json
dotnet nuget push build.nupkg ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
cd ..
cd W32
dotnet pack --version-suffix "$suffix" -c Release -o build.nupkg
dotnet nuget push build.nupkg ${{secrets.NUGET_API_KEY}} -Source https://api.nuget.org/v3/index.json
dotnet nuget push build.nupkg ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
cd ..