Godot auto build
Build Godot Project (Linux) / build-linux (push) Failing after 7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2026-06-22 10:28:22 -06:00
parent 8b6fd50ab1
commit 9e94a5d236
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Export Linux Binary via Godot Container
# This forces just THIS step to run inside the Godot container
uses: docker://barichello/godot-ci:4.3
with:
with:
# 👇 Force the container to use bash to parse the block sequentially
entrypoint: /bin/bash
args: -c "mkdir -v -p ~/.local/share/godot/export_templates/ && ln -s /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ && mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"