From 572d1ddd01d3a3d3c01b8a78d16eac79b6373fbb Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:48:22 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b86147a..b8532a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,3 +38,12 @@ install: build_script: - haxelib run lime build linux - haxelib run lime build windows + +artifacts: + - path: export/release/linux + name: Linux release + type: zip + + - path: export/release/windows + name: Windows release + type: zip