From be1e0f4e0ce9036d1c4ccda36ff6475c8b18ffa9 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:27:59 +0200 Subject: [PATCH] why are we TARing this anyways [skip ci] --- appveyor-macos.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor-macos.yml b/appveyor-macos.yml index 15e048b..52cc244 100644 --- a/appveyor-macos.yml +++ b/appveyor-macos.yml @@ -35,9 +35,6 @@ install: build_script: - haxelib run lime build mac -after_build: - - gtar -cvf funkin-ke.tar -C /Users/appveyor/projects/kade-engine-macos/export/release/macos/bin . - artifacts: -- path: funkin-ke.tar +- path: "Kade Engine.app" name: macOS build idk