diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
