blob: 50e4d174e1a51b0ee0c35bf053414a28a51d9b99 (
plain) (
blame)
1
2
3
4
5
6
7
|
after_build:
- cd ../
- 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**"
artifacts:
- path: artifacts\*.zip
name: ports
|