feat: add logs and parameters to match

This commit is contained in:
Malo Léon 2023-05-01 21:21:11 +02:00
parent 24a09b44c4
commit dbc8c0fed6

View File

@ -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")