From 3acef3bd5eee0850584fa13d56b3f68ec9a86bdd Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 21 Nov 2019 16:02:00 +0800 Subject: [PATCH] 20180082: Job [Deploy_Hi365_Android_PROD] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Deploy_Hi365_Android_PROD/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/Deploy_Hi365_Android_PROD/config.xml b/jobs/Deploy_Hi365_Android_PROD/config.xml index 0928356d..8b4014a7 100644 --- a/jobs/Deploy_Hi365_Android_PROD/config.xml +++ b/jobs/Deploy_Hi365_Android_PROD/config.xml @@ -73,7 +73,7 @@ git_short_hash=$(git rev-parse --short HEAD) output_path="${project_path}/build/app/outputs/apk/release" -new_apk_name="Hi365_Release_${current_date}_$Version_Number_${git_short_hash}.apk" +new_apk_name="Hi365_Release_${current_date}_$Version_Number_${git_short_hash}.aab" apk_path="${output_path}/${new_apk_name}" @@ -81,7 +81,7 @@ apk_path="${output_path}/${new_apk_name}" flutter build apk --release -t lib/main_prod.dart # rename apk name -mv ${output_path}/app-release.apk ${apk_path} +mv ${output_path}/app-release.aab ${apk_path} # deploy echo "TODO...Deploy to APK repository" -- 2.26.2