GHA: Change godot repo ref to "4.2"
This commit is contained in:
parent
a3f8c09766
commit
782e72d92d
|
@ -5,7 +5,7 @@ on:
|
|||
godot-treeish:
|
||||
description: A tag, branch or commit hash in the Godot repository.
|
||||
type: string
|
||||
default: 4.2.1-stable
|
||||
default: 4.2
|
||||
limboai-treeish:
|
||||
description: A tag, branch or commit hash in the LimboAI repository.
|
||||
type: string
|
||||
|
|
|
@ -26,7 +26,7 @@ concurrency:
|
|||
|
||||
# Global Settings.
|
||||
env:
|
||||
GODOT_REF: "4.2.1-stable"
|
||||
GODOT_REF: "4.2"
|
||||
GODOT_CPP_REF: "4.2"
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue