From 38f458e199cff0fa8dad49e766c7706800e44abd Mon Sep 17 00:00:00 2001 From: Anian Schleyer <98647423+anian03@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:48:17 +0100 Subject: [PATCH] Add app identifier to match action --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ac16a3dd..ce51e2b8 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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