Use cut-down godot export templates to improve speed
Some checks failed
CI / build (push) Failing after 1m37s
Some checks failed
CI / build (push) Failing after 1m37s
This commit is contained in:
parent
542a994538
commit
65c384deec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue