GHA: Switch workflows to Godot 4.3 branch
This commit is contained in:
parent
760af804c0
commit
7a1b56f9c8
|
@ -5,7 +5,7 @@ on:
|
||||||
godot-ref:
|
godot-ref:
|
||||||
description: A tag, branch or commit hash in the Godot repository.
|
description: A tag, branch or commit hash in the Godot repository.
|
||||||
type: string
|
type: string
|
||||||
default: 4.3-stable
|
default: 4.3
|
||||||
limboai-ref:
|
limboai-ref:
|
||||||
description: A tag, branch or commit hash in the LimboAI repository.
|
description: A tag, branch or commit hash in the LimboAI repository.
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -26,7 +26,7 @@ concurrency:
|
||||||
|
|
||||||
# Global Settings.
|
# Global Settings.
|
||||||
env:
|
env:
|
||||||
GODOT_REF: "4.3-stable"
|
GODOT_REF: "4.3"
|
||||||
GODOT_CPP_REF: "godot-4.3-stable"
|
GODOT_CPP_REF: "godot-4.3-stable"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue