GHA: Change godot repo ref to "4.2"
This commit is contained in:
parent
a3f8c09766
commit
782e72d92d
|
@ -5,7 +5,7 @@ on:
|
||||||
godot-treeish:
|
godot-treeish:
|
||||||
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.2.1-stable
|
default: 4.2
|
||||||
limboai-treeish:
|
limboai-treeish:
|
||||||
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.2.1-stable"
|
GODOT_REF: "4.2"
|
||||||
GODOT_CPP_REF: "4.2"
|
GODOT_CPP_REF: "4.2"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue