From a4656aa0926246b6ff0f330e767ae79631c98be4 Mon Sep 17 00:00:00 2001 From: bionickatana Date: Mon, 22 Jun 2026 10:45:48 -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 dcfdfc2..98b9224 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,7 +12,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 + uses: docker://barichello/godot-ci:4.7 with: # 👇 Force the container to use bash to parse the block sequentially entrypoint: /bin/bash