From ab1350ff463349e33d5b1e40eb2f4ef0de27f7af Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Thu, 16 Jan 2025 16:00:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8E=A8=E5=B9=BF?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B8=A0=E9=81=93=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/meta_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/meta_build.sh b/scripts/meta_build.sh index 0299d46645..71e8939dd5 100755 --- a/scripts/meta_build.sh +++ b/scripts/meta_build.sh @@ -165,7 +165,7 @@ if [ "${sdk_platform}" != "" ]; then echo "光环助手_${versionName}_${versionCode}_神马推广包_${git_sha}_${build_time}" cp -R app/build/outputs/apk/smCn/release/app-sm-cn-release.apk "${apk_release_path}" fi - updateChannelIfNeeded "${output}/${apk_release_path}" + updateChannelIfNeeded "${apk_release_path}" else apk_release_path="${output}/${PACKAGE_NAME}_${versionName}_${versionCode}_${MODULE_VERSION}_${va_version}_${unix_timestamp}_${buildType}.apk"