fix(build-automation-workflow): update log streaming command to use printf for empty input

pull/729/head
Frostebite 2025-09-04 23:28:09 +01:00
parent 12b6aaae61
commit 5d0450de7b
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -6042,7 +6042,7 @@ node ${builderPath} -m remote-cli-pre-build`;
return `
echo "game ci start"
echo "game ci start" >> "$LOG_FILE"
node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
node ${builderPath} -m remote-cli-post-build`;
}
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -127,7 +127,7 @@ node ${builderPath} -m remote-cli-pre-build`;
return `
echo "game ci start"
echo "game ci start" >> "$LOG_FILE"
node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
node ${builderPath} -m remote-cli-post-build`;
}
}