mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
move nuget auto deploy back
not sure why I can't appveyor environment
This commit is contained in:
parent
ec5716c436
commit
340087076e
1 changed files with 8 additions and 1 deletions
|
|
@ -29,4 +29,11 @@ artifacts:
|
||||||
- path: '\Releases\*.nupkg'
|
- path: '\Releases\*.nupkg'
|
||||||
name: installer
|
name: installer
|
||||||
- path: 'Releases\RELEASES'
|
- path: 'Releases\RELEASES'
|
||||||
name: installer
|
name: installer
|
||||||
|
deploy:
|
||||||
|
provider: NuGet
|
||||||
|
api_key:
|
||||||
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||||
|
artifact: nuget_package
|
||||||
|
on:
|
||||||
|
branch: api
|
||||||
Loading…
Reference in a new issue