From b6ba36a8c6e7f49fbc28158b9ed5bb2deb835727 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 27 Aug 2018 20:03:30 -0400 Subject: Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 55a5488..50e4d17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ after_build: - cd ../ - - 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\** + - 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" artifacts: - path: artifacts\*.zip -- cgit v1.2.3