diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index 065fe44..4ffa846 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -5,7 +5,7 @@ on: godot-ref: description: A tag, branch or commit hash in the Godot repository. type: string - default: 4.3-stable + default: 4.3 limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 65c681d..45770a6 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -26,7 +26,7 @@ concurrency: # Global Settings. env: - GODOT_REF: "4.3-stable" + GODOT_REF: "4.3" GODOT_CPP_REF: "godot-4.3-stable" jobs: