From e42d4be863675192bf0327326bbd8e824a87cdce Mon Sep 17 00:00:00 2001 From: Liuyf Date: Sat, 11 Jan 2025 14:57:02 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20cn=E3=80=81com=E5=8C=BA=E5=9F=9F=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=80=BB=E8=BE=91=E5=88=86=E7=A6=BB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index ab49a8d7..7e94bf29 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -115,7 +115,7 @@ platform :android do # commit_hash = last_git_commit # short_hash = commit_hash[:abbreviated_commit_hash] # print_log "last_git_commit_short_hash #{short_hash}" -# remove_zone_pre_build(zone:"cn",extensions:".dart") + remove_zone_pre_build(zone:"cn",extensions:".dart") Dir.chdir "../.." do sh("flutter","pub","get") #sh("flutter", "build", "appbundle", "--no-tree-shake-icons", "--release", "--flavor", "#{flavor}", "-t", "lib/main_#{flavor}_lite.dart", "--build-number=#{build_number}", "--build-name=#{build_version}")