From 9e94a5d2363b2686373879f44e5d0834d8b6d173 Mon Sep 17 00:00:00 2001 From: bionickatana Date: Mon, 22 Jun 2026 10:28:22 -0600 Subject: [PATCH] Godot auto build --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index be16ffb..579fb2c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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"