mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update ci scripts
This commit is contained in:
parent
51b37a49d5
commit
85fd46e1c6
1 changed files with 6 additions and 4 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -20,9 +20,11 @@ deploy:
|
|||
provider: NuGet
|
||||
api_key:
|
||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||
artifact: *.nupkg
|
||||
|
||||
artifact: nugetpackage
|
||||
|
||||
artifacts:
|
||||
path: Output\Release
|
||||
name: release-binary
|
||||
- path: Output\Release
|
||||
name: release-binary
|
||||
|
||||
- path: '**\*.nupkg'
|
||||
name: nugetpackage
|
||||
|
|
|
|||
Loading…
Reference in a new issue