Update .forgejo/workflows/godot-html5.yml
This commit is contained in:
parent
05b1421413
commit
e28f30986b
1 changed files with 13 additions and 0 deletions
|
|
@ -40,6 +40,19 @@ jobs:
|
|||
- name: Verify Godot
|
||||
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
|
||||
# ---------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue