change Source to s
This commit is contained in:
parent
456b73633f
commit
98a700f2f2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -76,9 +76,9 @@ jobs:
|
|||||||
$suffix = "$tmp1.$tmp2"
|
$suffix = "$tmp1.$tmp2"
|
||||||
cd Misc
|
cd Misc
|
||||||
dotnet pack --version-suffix "$suffix" -c Release -o build.nupkg
|
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 ..
|
||||||
cd W32
|
cd W32
|
||||||
dotnet pack --version-suffix "$suffix" -c Release -o build.nupkg
|
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 ..
|
||||||
|
Reference in New Issue
Block a user