From 32b2ec85aa1a60592ccfa808e6fdfa22030776f3 Mon Sep 17 00:00:00 2001 From: mlch911 Date: Thu, 21 Jul 2022 00:21:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=20CI:=20=E8=B4=A6=E5=8F=B7=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/fastlane/Fastfile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 8e7bc2a..7bdfb20 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -30,11 +30,10 @@ platform :ios do bump_build build_app app_store_connect_api_key( - key_id: 'NFBM52M2PY', - issuer_id: '22e070fb-ba6d-4f93-bf6f-1a6415f583fe', - key_filepath: '~/AuthKey_NFBM52M2PY.p8', - duration: 1200, - in_house: false + key_id: 'YQ64K5M9H3', + issuer_id: '67816921-cf8f-453f-b6a4-83293280f4a3', + key_filepath: '~/AuthKey_YQ64K5M9H3.p8', + duration: 1200 ) deliver( ipa: lane_context[:IPA_OUTPUT_PATH], @@ -71,11 +70,10 @@ platform :ios do build_app app_store_connect_api_key( - key_id: 'NFBM52M2PY', - issuer_id: '22e070fb-ba6d-4f93-bf6f-1a6415f583fe', - key_filepath: '~/AuthKey_NFBM52M2PY.p8', - duration: 1200, - in_house: false + key_id: 'YQ64K5M9H3', + issuer_id: '67816921-cf8f-453f-b6a4-83293280f4a3', + key_filepath: '~/AuthKey_YQ64K5M9H3.p8', + duration: 1200 ) upload_to_testflight( ipa: lane_context[:IPA_OUTPUT_PATH],