From bbafce2c40098e97997fcd67f12c5624c44e37c1 Mon Sep 17 00:00:00 2001 From: EYHN Date: Mon, 30 Jun 2025 14:06:21 +0800 Subject: [PATCH] fix(ios): fix testflight (#12964) ## Summary by CodeRabbit * **Chores** * Updated internal workflow configuration for iOS TestFlight uploads. No impact on app features or user experience. * Improved version handling to preserve full version strings for iOS marketing versions. --- .github/workflows/release-mobile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index 32c1fd210d..d850ff2722 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -132,6 +132,7 @@ jobs: cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles fastlane beta env: + BUILD_TARGET: distribution BUILD_PROVISION_PROFILE: ${{ secrets.BUILD_PROVISION_PROFILE }} PP_PATH: ${{ runner.temp }}/build_pp.mobileprovision APPLE_STORE_CONNECT_API_KEY_ID: ${{ secrets.APPLE_STORE_CONNECT_API_KEY_ID }}