Update appveyor.yml

This commit is contained in:
Andrew Lee 2018-08-27 20:18:23 -04:00 committed by GitHub
parent b50f77db5f
commit 88f4799b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%