From 197fc0049d0de9b9b4552bf2eb9b6ea72c2c4841 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 19 Nov 2025 10:48:33 +0100 Subject: [PATCH] [godot] Update Godot 3.6 build to use 3.6.2-stable --- .github/workflows/spine-godot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index c7b714762..e3052dfa6 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -12,8 +12,8 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_EC2_METADATA_DISABLED: true EM_VERSION: 4.0.20 - GODOT_TAG: 3.6-stable - GODOT_VERSION: 3.6.stable + GODOT_TAG: 3.6.2-stable + GODOT_VERSION: 3.6.2.stable jobs: godot-editor-windows: