From 08d41a6925beb96b82c5ccf4bccbd5c121e9ecdf Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 9 May 2025 16:23:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=8B=E8=AF=95ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/build.sh b/android/build.sh index 4b598959..f444cb1e 100755 --- a/android/build.sh +++ b/android/build.sh @@ -28,5 +28,9 @@ elif [[ "${ENV_BUILD_BRANCH}" == "release" ]] || [[ "${ENV_BUILD_BRANCH}" == "fe echo "===build pre===${NEXT_VERSION}" bundle exec fastlane beta flavor:xhj env:pre --verbose bundle exec fastlane beta flavor:sky env:pre --verbose +elif [[ "${ENV_BUILD_BRANCH}" == "release_sky" ]]; then + echo "===build release_sky===${NEXT_VERSION}" + bundle exec fastlane release_apk flavor:sky --verbose + bundle exec fastlane release_bundle flavor:sky --verbose fi exit 0 \ No newline at end of file