Update CI

This commit is contained in:
2025-06-03 16:46:20 +08:00
parent 78f429e0af
commit 0fcc9efa84
+3 -1
View File
@@ -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,优化体验',