diff --git a/teamcity/settings.kts.in b/teamcity/settings.kts.in index 8821522..8f2b1f7 100644 --- a/teamcity/settings.kts.in +++ b/teamcity/settings.kts.in @@ -120,7 +120,7 @@ open class BuildAndroidType(name_suffix : String, environment : String) : } script { name = "Produce" - scriptContent = "./gamectl --env=" + environment + scriptContent = "./gamectl --env=" + environment + " build_android" } } @@ -181,7 +181,7 @@ open class BuildIOSType(name_suffix : String, environment : String) : } script { name = "Produce" - scriptContent = "./gamectl --env=" + environment + scriptContent = "./gamectl --env=" + environment + " build_ios" } }