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