Skip to content

Commit 775f67b

Browse files
committed
Fix CI demo build project references
1 parent 0a2987f commit 775f67b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build demo app
4040
run: |
4141
xcodebuild \
42-
-project DebugLocalizationDemo.xcodeproj \
43-
-scheme DebugLocalizationDemo \
42+
-project LiveLocalizationDemo.xcodeproj \
43+
-scheme LiveLocalizationKit \
4444
-destination 'generic/platform=iOS Simulator' \
4545
build

0 commit comments

Comments
 (0)