Fix - missing source for nuget push

This commit is contained in:
Wu, Ganhao 2020-03-28 00:04:31 +08:00
parent 73a39fae7f
commit 1b6f722cec

View File

@ -41,4 +41,4 @@ jobs:
- name: Nuget Push
working-directory: .
run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}}
run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}} -Source https://api.nuget.org/v3/index.json