Update CI
This commit is contained in:
@@ -19,6 +19,7 @@ before_each do |_lane, _options|
|
|||||||
ENV['USER_NAME'] = 'mlch911@icloud.com'
|
ENV['USER_NAME'] = 'mlch911@icloud.com'
|
||||||
ENV['BUNDLE_ID'] = 'tech.mluoc.hyzpYbqx'
|
ENV['BUNDLE_ID'] = 'tech.mluoc.hyzpYbqx'
|
||||||
ENV['TEAM_ID'] = '64SK828CZ2'
|
ENV['TEAM_ID'] = '64SK828CZ2'
|
||||||
|
ENV['TESM_ID_2'] = '125259471'
|
||||||
ENV['WORKSPACE'] = 'Runner.xcworkspace'
|
ENV['WORKSPACE'] = 'Runner.xcworkspace'
|
||||||
ENV['SCHEME'] = 'Runner'
|
ENV['SCHEME'] = 'Runner'
|
||||||
end
|
end
|
||||||
@@ -77,7 +78,8 @@ platform :ios do
|
|||||||
)
|
)
|
||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
ipa: lane_context[:IPA_OUTPUT_PATH],
|
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'],
|
app_identifier: ENV['BUNDLE_ID'],
|
||||||
distribute_external: true,
|
distribute_external: true,
|
||||||
changelog: '【优化】修复bug,优化体验',
|
changelog: '【优化】修复bug,优化体验',
|
||||||
|
|||||||
Reference in New Issue
Block a user