From 4580a5b2786487f8bd4733015a352aa63751f421 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 11 Apr 2020 13:53:12 -0500 Subject: [PATCH] Zipping isn't needed. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83c0d7c..1d9b76a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,6 @@ jobs: cp TTS.gd godot-tts.g* godot-tts cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib rm godot-tts/*.release - zip -r9 godot-tts.zip godot-tts - uses: actions/upload-artifact@v1 with: name: godot-tts