fix upload path

This commit is contained in:
Hongtao Zhang 2024-03-24 14:14:33 -05:00
parent 2f7bd56397
commit eecd5fee5e

View file

@ -41,15 +41,15 @@ after_test:
- ps: .\Scripts\post_build.ps1 -channel $env:channel - ps: .\Scripts\post_build.ps1 -channel $env:channel
artifacts: artifacts:
- path: 'Release\Flow.Launcher.Plugin.*.nupkg' - path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
name: Plugin nupkg name: Plugin nupkg
- path: 'Release\Flow-Launcher-*.exe' - path: 'Releases\Flow-Launcher-*.exe'
name: Squirrel Installer name: Squirrel Installer
- path: Release\Flow-Launcher-Portable.zip - path: Release\Flow-Launcher-Portable.zip
name: Portable Version name: Portable Version
- path: 'Release\FlowLauncher-*-full.nupkg' - path: 'Releases\FlowLauncher-*-full.nupkg'
name: Squirrel nupkg name: Squirrel nupkg
- path: 'Release\RELEASES*' - path: 'Releases\RELEASES*'
name: Velopack RELEASES name: Velopack RELEASES
deploy: deploy: