From 6b93030bcf8d0244a6ad9f7198a2fb0d21b1d3af Mon Sep 17 00:00:00 2001 From: Billy Booth Date: Mon, 12 Feb 2024 23:05:39 -0600 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6aa24869a..cd83bed9c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -256,6 +256,8 @@ platform :ios do app_identifier: [], ) + find / -name match_version.txt + UI.success "decrypting repo!" storage = Match::Storage.for_mode("git", { git_url: git_url, shallow_clone: shallow_clone, git_branch: branch, clone_branch_directly: true}) storage.download