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
259985d328
commit
9867bd257f
1 changed files with 5 additions and 1 deletions
|
|
@ -20,8 +20,12 @@ deploy:
|
|||
provider: NuGet
|
||||
api_key:
|
||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||
artifact: /.*\.nupkg/
|
||||
artifact: nugetpackage
|
||||
|
||||
|
||||
artifacts:
|
||||
path: Output\Release
|
||||
name: release-binary
|
||||
|
||||
path: *.nupkg
|
||||
name: nugetpackage
|
||||
|
|
|
|||
Loading…
Reference in a new issue