diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-27 21:08:03 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-27 21:08:03 -0400 |
| commit | 4994f5bdf38868e3518bd0311a0b9b3838006557 (patch) | |
| tree | 173120cfc57538066a76b1be077947646fba6ce7 | |
| parent | f0be68047a246208aa30974990e7c3ec8dd8252a (diff) | |
| parent | 67baee145e5eb381f8399b6ea458e2164039018c (diff) | |
| download | Project-Silicon-4994f5bdf38868e3518bd0311a0b9b3838006557.tar.gz Project-Silicon-4994f5bdf38868e3518bd0311a0b9b3838006557.tar.bz2 Project-Silicon-4994f5bdf38868e3518bd0311a0b9b3838006557.zip | |
Merge branch 'master' of https://github.com/UniverseDevGroup/Project-Ports
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index ea3efc3..0f851da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ +after_build: + - tree /F + - 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\bin\debug\* - name: Project Ports + - path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip + name: Ports-%APPVEYOR_BUILD_VERSION% |
