更新打包工具

main
zhangaotian 2025-08-22 18:06:29 +08:00
parent c62b7147fb
commit e9b4acac68
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ pipeline {
// Build Finished, Result: Failure.
else{
sh "chmod +x $WORKSPACE/Tool/build_tools/check_unity_build_result.sh"
def check_result = sh(script: "sh check_unity_build_result.sh ${parse_log}", returnStatus: true)
def check_result = sh(script: "sh $WORKSPACE/Tool/build_tools/check_unity_build_result.sh ${parse_log}", returnStatus: true)
if (check_result != 0) {
def message = "【${PLATFORM_PARAM}】【${VERSION_PARAM}】【Debug】【${CHANNEL_PARAM}】构建失败 日志捕捉到 Build Finished, Result: Failure."
SendMessageToWechat(message)

@ -1 +1 @@
Subproject commit e752029fc6eb22f93c8d97c3667a29c12f4244d7
Subproject commit b901d69c68dcee8c7189fe9bee976667e09fe7c9