From c3cdbdf75eb74025e952f624addbaf629111ae54 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Wed, 22 Aug 2018 21:26:37 +0100 Subject: [PATCH] Create zip file distributions for each AppVeyor build --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6af61b3d..b00ccfac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,4 +17,8 @@ environment: - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 matrix: - fast_finish: true \ No newline at end of file + fast_finish: true + +artifacts: +- path: 'game\build\distributions\game-0.0.1.zip' + name: Apollo Server Distribution