From fd52dc9c1c8fc664883bc54ae5a6e22a0b2053dd Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 17 Mar 2026 22:45:10 +0100 Subject: [PATCH] chore: fixed version of godot --- .gitea/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ba78f33..7081c7a 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -7,7 +7,7 @@ on: branches: [release] env: - GODOT_VERSION: 4.3 + GODOT_VERSION: 4.6.1 EXPORT_NAME: Experements PROJECT_PATH: . @@ -15,7 +15,7 @@ jobs: export-windows: name: Windows Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.6 steps: - name: Update and install dependencies run: | @@ -49,7 +49,7 @@ jobs: export-linux: name: Linux Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.6 steps: - name: Update and install dependencies run: | @@ -82,7 +82,7 @@ jobs: export-mac: name: Mac Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.6 steps: - name: Update and install dependencies run: |