diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5d948cd..46be6e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ after_build: - tree /F - - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" + - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" artifacts: - - path: project-ports\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip + - path: project-ports\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip name: Ports-%APPVEYOR_BUILD_VERSION% |
