Fix - missing source for nuget push
This commit is contained in:
parent
73a39fae7f
commit
1b6f722cec
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,4 +41,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
working-directory: .
|
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
|
||||||
Loading…
Reference in New Issue
Block a user