From 873a6c749db7ecaded7dded2bff32678f9f3d0fa Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 11 Apr 2020 13:21:26 -0500 Subject: [PATCH] Create, then upload, a single artifact. --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7349340..b784429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,3 +59,8 @@ 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 + path: godot-tts.zip