don't move
Some checks failed
godot exports / Linux Export (push) Failing after 30s
godot exports / Linux ARM Export (push) Failing after 30s
godot exports / Web Export (push) Failing after 29s

This commit is contained in:
2025-09-29 17:51:01 +02:00
parent e54215189d
commit 9417869719

View File

@@ -21,8 +21,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game
- name: Linux Build
run: |
mkdir -v -p build/linux
@@ -46,8 +45,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game
- name: Linux Build
run: |
mkdir -v -p build/linux
@@ -75,8 +73,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game
- name: Web Build
run: |
mkdir -v -p build/web