fix: 修复推广打包渠道不生效的问题

This commit is contained in:
chenjuntao
2025-01-16 16:00:25 +08:00
parent ab7668fd81
commit ab1350ff46

View File

@ -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"