feat: add logs and parameters to match
This commit is contained in:
parent
24a09b44c4
commit
dbc8c0fed6
@ -67,7 +67,7 @@ module Fastlane
|
||||
# It uses the App Store Connect API key to access the App Store and increment the build number.
|
||||
# It then runs `gym` to build and sign the app using the selected provisioning profile, and finally, uses `pilot` to upload the app to TestFlight for beta testing.
|
||||
Actions::MatchAction.run(
|
||||
api_key: api_key
|
||||
api_key: api_key,
|
||||
type: 'appstore',
|
||||
app_identifier: creds['app_identifier_extensions'],
|
||||
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
|
||||
@ -78,7 +78,7 @@ module Fastlane
|
||||
team_id: "118579280",
|
||||
team_name: "Jagger & Lewis",
|
||||
team_name: "https://github.com/JaggerLewis/jl2022_cert.git",
|
||||
storage_mode: "git",
|
||||
storage_mode: "git"
|
||||
)
|
||||
UI.message("👉🏼 App signed")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user