From d1a313f5dc232eaf55f475f8d2e7d10cfa5a57bd Mon Sep 17 00:00:00 2001 From: Sangyun Jeong Date: Thu, 23 Nov 2023 19:43:58 +0900 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 9ab00e9..d65129e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -54,6 +54,6 @@ jobs: echo Using default scheme: $default - name: Build run: | - xcodebuild clean test -project iOS/Village/Village.xcodeproj \ + xcodebuild clean test -project Village.xcodeproj \ -scheme Village \ -destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'