Use cut-down godot export templates to improve speed
Some checks failed
CI / build (push) Failing after 1m37s

This commit is contained in:
ultrablob 2025-02-03 21:10:04 -05:00
parent 542a994538
commit 65c384deec

View file

@ -42,8 +42,8 @@ jobs:
- name: Download Godot Export Templates
run: |
echo "https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_export_templates.tpz"
curl -L -o export_templates.zip https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_export_templates.tpz
echo "https://code.ultrablob.me/ultrablob/godot-export-template-web-only/releases/download/4.3-stable/godot-4.3-web-only.tpz"
curl -L -o export_templates.zip https://code.ultrablob.me/ultrablob/godot-export-template-web-only/releases/download/4.3-stable/godot-4.3-web-only.tpz
unzip export_templates.zip
- name: Install Export Templates