diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 69a6342..a9774c0 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -19,6 +19,7 @@ before_each do |_lane, _options| ENV['USER_NAME'] = 'mlch911@icloud.com' ENV['BUNDLE_ID'] = 'tech.mluoc.hyzpYbqx' ENV['TEAM_ID'] = '64SK828CZ2' + ENV['TESM_ID_2'] = '125259471' ENV['WORKSPACE'] = 'Runner.xcworkspace' ENV['SCHEME'] = 'Runner' end @@ -77,7 +78,8 @@ platform :ios do ) upload_to_testflight( ipa: lane_context[:IPA_OUTPUT_PATH], - team_id: ENV['TEAM_ID'], + username: ENV['USER_NAME'], + team_id: ENV['TESM_ID_2'], app_identifier: ENV['BUNDLE_ID'], distribute_external: true, changelog: '【优化】修复bug,优化体验',