diff --git a/appveyor.yml b/appveyor.yml index 46be6e3..2bccf6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,5 +3,5 @@ after_build: - 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\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip + - path: %APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip name: Ports-%APPVEYOR_BUILD_VERSION%