diff --git a/dist/index.js b/dist/index.js index 411bb7e1..93b7ddc3 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 3fec7366..95148ef6 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/platforms/ubuntu/steps/activate.sh b/dist/platforms/ubuntu/steps/activate.sh index efe95b83..7ab266e9 100755 --- a/dist/platforms/ubuntu/steps/activate.sh +++ b/dist/platforms/ubuntu/steps/activate.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# if blankproject folder doesn't exist create it +if [ ! -d "/BlankProject" ]; then + mkdir /BlankProject +fi + if [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then # # SERIAL LICENSE MODE diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index 81471ea9..0d603402 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -108,7 +108,6 @@ node ${builderPath} -m remote-cli-pre-build`; chmod -R +x "/steps" echo "game ci start" echo "game ci start" >> /home/job-log.txt - mkdir -p ${`${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.projectPathAbsolute)}/BlankProject`} /entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt node ${builderPath} -m remote-cli-post-build`; }