Skip to content

Commit 6372ecc

Browse files
author
Joshua Huburn
committed
Update GDK build version to 0.9.0
1 parent eab8165 commit 6372ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup-and-build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param(
1414

1515
# When a build is launched custom environment variables can be specified.
1616
# Parse them here to use the set value or the default.
17-
$gdk_branch_name = Get-Env-Variable-Value-Or-Default -environment_variable_name "GDK_BRANCH" -default_value "master"
17+
$gdk_branch_name = Get-Env-Variable-Value-Or-Default -environment_variable_name "GDK_BRANCH" -default_value "0.9.0"
1818
$launch_deployment = Get-Env-Variable-Value-Or-Default -environment_variable_name "START_DEPLOYMENT" -default_value "true"
1919

2020
$gdk_home = "${exampleproject_home}\Game\Plugins\UnrealGDK"

0 commit comments

Comments
 (0)