From 49e03283fcbc66ee773d71a9ef3981693eb37de7 Mon Sep 17 00:00:00 2001 From: Jaesung Lee Date: Sun, 8 Oct 2023 04:58:44 +0900 Subject: [PATCH] no message --- .github/workflows/BUILD_APP_TARGET.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/BUILD_APP_TARGET.yml b/.github/workflows/BUILD_APP_TARGET.yml index d070cf14..23317df7 100644 --- a/.github/workflows/BUILD_APP_TARGET.yml +++ b/.github/workflows/BUILD_APP_TARGET.yml @@ -27,4 +27,5 @@ jobs: # KuringApp 스킴을 빌드합니다. - name: KuringApp 빌드 run: | + cd KuringApp xcodebuild build -scheme KuringApp -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro' CODE_SIGNING_REQUIRED=NO