mirror of
https://github.com/alee14-projects/Project-Silicon.git
synced 2025-01-23 08:23:04 -05:00
7 lines
185 B
YAML
7 lines
185 B
YAML
after_build:
|
|
- cd ../
|
|
- 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**"
|
|
|
|
artifacts:
|
|
- path: artifacts\*.zip
|
|
name: ports
|