From c491a95b666685886156988de38925bf7553e09b Mon Sep 17 00:00:00 2001 From: Book-on Date: Mon, 7 Sep 2026 16:15:39 +0900 Subject: [PATCH] =?UTF-8?q?ci:[#139]=20TestFlight=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=84=9C=EB=AA=85=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5b78416..acf8756 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,6 +68,9 @@ jobs: -scheme Book-on-iOS-V1 \ -destination 'generic/platform=iOS' \ -archivePath $RUNNER_TEMP/Book-on-iOS-V1.xcarchive \ + DEVELOPMENT_TEAM=DZ9T8FU5CT \ + CODE_SIGN_STYLE=Manual \ + PROVISIONING_PROFILE_SPECIFIER='BookOn App Store' \ | xcpretty && exit ${PIPESTATUS[0]} - name: Export IPA