feat: add export team id in gym
This commit is contained in:
parent
e11b2fb58c
commit
61732adf9e
@ -97,6 +97,7 @@ module Fastlane
|
|||||||
archive_path: archive_path,
|
archive_path: archive_path,
|
||||||
skip_build_archive: true,
|
skip_build_archive: true,
|
||||||
export_method: "app-store",
|
export_method: "app-store",
|
||||||
|
export_team_id: creds['team_id'].to_s,
|
||||||
export_options: {
|
export_options: {
|
||||||
provisioningProfiles: creds['provisioning_profiles']
|
provisioningProfiles: creds['provisioning_profiles']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user