From eecd5fee5e30968b42e3779ae2fadcef9832703e Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 24 Mar 2024 14:14:33 -0500 Subject: [PATCH] fix upload path --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 148a12d19..aeb4f53eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: