mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +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
|
||||
- name: Setup 💻
|
||||
run: |
|
||||
mkdir -v -p build/web ~/.local/share/godot/templates
|
||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
||||
mkdir -v -p build/web ~/.local/share/godot/export_templates
|
||||
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||
- name: Import resources once 📦
|
||||
continue-on-error: true
|
||||
run: godot --headless -v --import
|
||||
|
|
Loading…
Reference in a new issue