Update .forgejo/workflows/godot-html5.yml
This commit is contained in:
parent
05b1421413
commit
e28f30986b
1 changed files with 13 additions and 0 deletions
|
|
@ -39,6 +39,19 @@ jobs:
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
- name: Verify Godot
|
- name: Verify Godot
|
||||||
run: godot --version
|
run: godot --version
|
||||||
|
|
||||||
|
- name: Install export templates
|
||||||
|
run: |
|
||||||
|
VERSION=4.2
|
||||||
|
|
||||||
|
mkdir -p ~/.local/share/godot/export_templates/${VERSION}.stable
|
||||||
|
|
||||||
|
wget -O templates.tpz \
|
||||||
|
https://github.com/godotengine/godot/releases/download/${VERSION}-stable/Godot_v${VERSION}-stable_export_templates.tpz
|
||||||
|
|
||||||
|
unzip templates.tpz -d templates_tmp
|
||||||
|
|
||||||
|
cp -r templates_tmp/templates/* ~/.local/share/godot/export_templates/${VERSION}.stable/
|
||||||
|
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
# 5. Build HTML5 export
|
# 5. Build HTML5 export
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue