From 1101f1b418672ec00ced5e85ab6da4df98cb0d7f Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 11 Sep 2019 17:53:01 +0800 Subject: [PATCH] 20180082: Job [Hi365_iOS] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Hi365_iOS/config.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jobs/Hi365_iOS/config.xml b/jobs/Hi365_iOS/config.xml index 1b2122a1..7104b049 100644 --- a/jobs/Hi365_iOS/config.xml +++ b/jobs/Hi365_iOS/config.xml @@ -66,8 +66,12 @@ cd $project_path/ios now=$(date +"%Y_%m_%d_%H:%M") +current_date=$(date +"%Y%m%d") + app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) +git_short_hash=$(echo ${GIT_COMMIT}|cut -c1-8) + scheme="Runner" # package configuration for fastlane @@ -99,7 +103,7 @@ archive_path="$output_path/hi365_${export_method}_${now}.xcarchive" ipa_path="$output_path/hi365_${app_version}.ipa" # ipa name -ipa_name="Hi365_${app_version}.ipa" +ipa_name="Hi365_${current_date}.ipa" commit_msg="$1" # show env settings -- 2.26.2