We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab8165 commit 6372eccCopy full SHA for 6372ecc
ci/setup-and-build.ps1
@@ -14,7 +14,7 @@ param(
14
15
# When a build is launched custom environment variables can be specified.
16
# 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"
+$gdk_branch_name = Get-Env-Variable-Value-Or-Default -environment_variable_name "GDK_BRANCH" -default_value "0.9.0"
18
$launch_deployment = Get-Env-Variable-Value-Or-Default -environment_variable_name "START_DEPLOYMENT" -default_value "true"
19
20
$gdk_home = "${exampleproject_home}\Game\Plugins\UnrealGDK"
0 commit comments