We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125cc5 commit bc1e2f7Copy full SHA for bc1e2f7
.buildkite/nightly.steps.yaml
@@ -12,8 +12,8 @@ steps:
12
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
13
env:
14
BUILD_TYPE: "EXAMPLE"
15
- GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.13.1-rc}"
16
- ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1-rc}"
+ GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.13.1}"
+ ENGINE_BRANCH: "${ENGINE_BRANCH:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1}"
17
ENGINE_MAJOR: "4.26"
18
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
19
USE_FASTBUILD: "True"
UnrealGDKVersion.txt
@@ -1 +1 @@
1
-0.13.1-rc
+0.13.1
0 commit comments