mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 20:11:43 +08:00
fix(ios): fix testflight (#12964)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -132,6 +132,7 @@ jobs:
|
|||||||
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
|
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
|
||||||
fastlane beta
|
fastlane beta
|
||||||
env:
|
env:
|
||||||
|
BUILD_TARGET: distribution
|
||||||
BUILD_PROVISION_PROFILE: ${{ secrets.BUILD_PROVISION_PROFILE }}
|
BUILD_PROVISION_PROFILE: ${{ secrets.BUILD_PROVISION_PROFILE }}
|
||||||
PP_PATH: ${{ runner.temp }}/build_pp.mobileprovision
|
PP_PATH: ${{ runner.temp }}/build_pp.mobileprovision
|
||||||
APPLE_STORE_CONNECT_API_KEY_ID: ${{ secrets.APPLE_STORE_CONNECT_API_KEY_ID }}
|
APPLE_STORE_CONNECT_API_KEY_ID: ${{ secrets.APPLE_STORE_CONNECT_API_KEY_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user