From 516047d4809eef99abcf95ee6714828bae997cca Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:07:48 +0000 Subject: [PATCH] Tar stuff --- appveyor-linux.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor-linux.yml b/appveyor-linux.yml index c3e2d89..bc3bed6 100644 --- a/appveyor-linux.yml +++ b/appveyor-linux.yml @@ -34,7 +34,9 @@ install: build_script: - haxelib run lime build linux +after_build: + - tar -cvf funkin-ke.tar -C /home/appveyor/projects/kade-engine-linux/export/release/linux/bin . + artifacts: -- path: export/release/linux - name: Linux release - type: zip \ No newline at end of file +- path: funkin-ke.tar + name: Linux build \ No newline at end of file