diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index beabe749c58699694b3384dbecf352a2ca5449c1..e6e3b81b1e3bd9b82ced9fb4e5b9377ec706cda9 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -50,8 +50,6 @@ project_path=$(pwd) -cd ${project_path}/android - app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) current_date=$(date +"%Y%m%d") @@ -68,7 +66,7 @@ fi output_path="${project_path}/build/app/outputs/apk/${build_type}" -new_apk_name="Hi365_SIT_${current_date}-${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}_${git_short_hash}.apk" apk_path="${output_path}/${new_apk_name}"