mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix upload path
This commit is contained in:
parent
2f7bd56397
commit
eecd5fee5e
1 changed files with 4 additions and 4 deletions
|
|
@ -41,15 +41,15 @@ after_test:
|
|||
- ps: .\Scripts\post_build.ps1 -channel $env:channel
|
||||
|
||||
artifacts:
|
||||
- path: 'Release\Flow.Launcher.Plugin.*.nupkg'
|
||||
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
|
||||
name: Plugin nupkg
|
||||
- path: 'Release\Flow-Launcher-*.exe'
|
||||
- path: 'Releases\Flow-Launcher-*.exe'
|
||||
name: Squirrel Installer
|
||||
- path: Release\Flow-Launcher-Portable.zip
|
||||
name: Portable Version
|
||||
- path: 'Release\FlowLauncher-*-full.nupkg'
|
||||
- path: 'Releases\FlowLauncher-*-full.nupkg'
|
||||
name: Squirrel nupkg
|
||||
- path: 'Release\RELEASES*'
|
||||
- path: 'Releases\RELEASES*'
|
||||
name: Velopack RELEASES
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue