Update CI

iOS
mlch911 7 months ago
parent 78f429e0af
commit 0fcc9efa84

@ -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优化体验',

Loading…
Cancel
Save