Skip to content

Commit 9477e46

Browse files
committed
test: CI
1 parent a1053c8 commit 9477e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: 🔍 Detect Default Scheme # 기본 scheme 자동 검지
5353
id: detect_scheme
5454
run: |
55-
SCHEME=$(xcodebuild -list -json | jq -r '.project.schemes[0]')
55+
SCHEME=$(xcodebuild -list -json -project GimiFeedback/GimiFeedback.xcodeproj | jq -r '.project.schemes[0]')
5656
echo "Detected scheme: $SCHEME"
5757
echo "scheme=$SCHEME" >> "$GITHUB_OUTPUT"
5858

0 commit comments

Comments
 (0)