Skip to content

Commit

Permalink
Add app identifier to match action
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 28, 2024
1 parent 3eccf23 commit 38f458e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ platform :ios do
match(
type: "appstore",
team_id: team_id,
app_identifier: app_identifier,
api_key: api_key,
git_full_name: "Artemis IOS",
git_branch: "main", # branch to store and get certificates from
Expand Down

0 comments on commit 38f458e

Please sign in to comment.