From 298f620f84f5dbe5244b89064a466d2a6c6e6cd6 Mon Sep 17 00:00:00 2001 From: Hamp Date: Wed, 29 Nov 2023 15:55:26 +0900 Subject: [PATCH] =?UTF-8?q?:bulb:=20::=20=EC=A3=BC=EC=84=9D=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index df2aa825..69e61af1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -71,6 +71,6 @@ platform :ios do scheme: "#{DEV_SCHEME}", export_method: "app-store" # 앱 스토어에 앱을 제출하기 위한 목적으로 아카이브를 내보냅니다. ) - upload_to_testflight(skip_waiting_for_build_processing: true) + upload_to_testflight(skip_waiting_for_build_processing: true) # 올리는거 기다리지 않음 end end \ No newline at end of file