diff --git a/dist/index.js b/dist/index.js index 8f72ca81..18e41119 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 4a7dd62d..2b4f6d4e 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index e2190996..95146e1f 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -110,7 +110,7 @@ node ${builderPath} -m remote-cli-pre-build`; chmod -R +x "/steps" echo "game ci start" echo "game ci start" >> /home/job-log.txt - /entrypoint.sh | node ${builderPath} -m remote-cli-log-stream /home/build-log.txt + /entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/build-log.txt cat /home/build-log.txt >> /home/job-log.txt node ${builderPath} -m remote-cli-post-build`; }