From 636c785d9cd15fe8ccbdedcf950b4ba0d2209a2c Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 27 Aug 2018 20:01:15 -0400 Subject: Update appveyor.yml --- appveyor.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1561d5f..2a5a56e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,7 @@ -artifacts: - - path: Ports-%APPVEYOR_REPO_COMMIT%.zip - name: Ports-%APPVEYOR_REPO_COMMIT% - after_build: -# scripts to run after build -- netstat -ab -- tree /F -# zip the archive -- '7z a Ports-%APPVEYOR_REPO_COMMIT%.zip bin/Debug/*' + - cd ../ + - 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Source\public\** + +artifacts: + - path: artifacts\*.zip + name: ports -- cgit v1.2.3