From 66f2bfeb610791e5cfa6f9156fd3ed4d589fcac8 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 6 Oct 2023 10:53:09 +0200 Subject: [PATCH] [godot] Update 3.5 editor build to 3.5.3-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 fa4cab519..cd3d9af80 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: 3.1.14 - GODOT_TAG: 3.5.2-stable - GODOT_VERSION: 3.5.2.stable + GODOT_TAG: 3.5.3-stable + GODOT_VERSION: 3.5.3.stable jobs: godot-editor-windows: