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