From 227addaee27f41d1ca2e07c9796afaa34cde1e2f Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 18 Nov 2024 14:53:39 +0100 Subject: [PATCH] [godot] Add web templates with thread support, see #2684 --- .github/workflows/spine-godot-v4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index 193641eba..db56518d9 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -465,7 +465,7 @@ jobs: if [[ $(echo "$GODOT_MAJOR_MINOR >= 4.3" | bc) -eq 1 ]]; then echo "Version >= 4.3. Adding all web_xxx.zip files to template zip." - WEB_FILES=(web_nothreads_debug.zip web_nothreads_release.zip web_dlink_debug.zip web_dlink_nothreads_debug.zip web_dlink_release.zip web_dlink_nothreads_release.zip) + WEB_FILES=(web_debug.zip web_release.zip web_nothreads_debug.zip web_nothreads_release.zip web_dlink_debug.zip web_dlink_nothreads_debug.zip web_dlink_release.zip web_dlink_nothreads_release.zip) else echo "Version < 4.3. Adding only web_debug.zip and web_release.zip." WEB_FILES=(web_debug.zip web_release.zip)