mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix release Web build workflow
This commit is contained in:
parent
38e65fad54
commit
b50c07b29d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -204,8 +204,8 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p build/web ~/.local/share/godot/templates
|
mkdir -v -p build/web ~/.local/share/godot/export_templates
|
||||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||||
- name: Import resources once 📦
|
- name: Import resources once 📦
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: godot --headless -v --import
|
run: godot --headless -v --import
|
||||||
|
|
Loading…
Reference in a new issue