Fix nuget push
This commit is contained in:
parent
9235d55126
commit
d6e128dccc
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,8 +37,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Nuget Pack
|
- name: Nuget Pack
|
||||||
working-directory: .
|
working-directory: .
|
||||||
run: nuget pack fmtlib.nuspec -version 6.1.2 -OutputFileNamesWithoutVersion -OutputDirectory dist
|
run: nuget pack fmtlib.nuspec -version 6.1.2-rc1 -OutputFileNamesWithoutVersion -OutputDirectory dist
|
||||||
|
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
working-directory: .
|
working-directory: .
|
||||||
run: nuget push dist\fmtlib.nupkg
|
run: nuget push dist\fmtlib.nupkg -ApiKey {{secrets.nuget_api_key}}
|
||||||
Loading…
Reference in New Issue
Block a user