From fe62039ff93247a477643c016905f03cd9af372e Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 19 Oct 2016 01:41:48 +0200 Subject: [PATCH] Update AppVeyor --- appveyor.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 099096306..fd3104340 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,21 +7,15 @@ build: project: ArchiSteamFarm.sln parallel: true verbosity: minimal +after_build: +- ps: 7z a -mx=9 -mfb=258 -mpass=15 out\ASF.zip %APPVEYOR_BUILD_FOLDER%\out\ASF.exe %APPVEYOR_BUILD_FOLDER%\out\ASF.exe %APPVEYOR_BUILD_FOLDER%\out\ASF-ConfigGenerator.exe artifacts: +- path: out\ASF.zip + name: ASF.zip - path: out\ASF.exe name: ASF.exe -- path: out\ASF-ConfigGenerator.exe - name: ASF-ConfigGenerator.exe -- path: out\ASF-GUI.exe - name: ASF-GUI.exe - path: out\ASF-Service.exe name: ASF-Service.exe -- path: out\config\ASF.json - name: config\ASF.json -- path: out\config\example.json - name: config\example.json -- path: out\config\minimal.json - name: config\minimal.json notifications: - provider: Webhook url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11