From f58f309d0c7c4de6428a7d79907c68cf7f4c0690 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 16 May 2020 10:08:45 -0500 Subject: [PATCH] Copy Android plugin into release. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a4411..fee9f19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,7 @@ jobs: cp TTS.gd godot-tts.g* godot-tts cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib rm godot-tts/*.release + cp -R android godot-tts zip -r9 godot-tts godot-tts - uses: actions/create-release@v1 id: create_release