Skip to content

Commit cdd81dc

Browse files
committed
fix: workflows wrong project name
1 parent 00964bb commit cdd81dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-ios.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
run: "set -o pipefail && xcodebuild \
6868
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
6969
-derivedDataPath build -UseModernBuildSystem=YES \
70-
-workspace NitroExample.xcworkspace \
71-
-scheme NitroExample \
70+
-workspace QuickSQLiteExample.xcworkspace \
71+
-scheme QuickSQLiteExample \
7272
-sdk iphonesimulator \
7373
-configuration Debug \
7474
-destination 'platform=iOS Simulator,name=iPhone 16' \
@@ -114,8 +114,8 @@ jobs:
114114
run: "set -o pipefail && xcodebuild \
115115
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
116116
-derivedDataPath build -UseModernBuildSystem=YES \
117-
-workspace NitroExample.xcworkspace \
118-
-scheme NitroExample \
117+
-workspace QuickSQLiteExample.xcworkspace \
118+
-scheme QuickSQLiteExample \
119119
-sdk iphonesimulator \
120120
-configuration Debug \
121121
-destination 'platform=iOS Simulator,name=iPhone 16' \

0 commit comments

Comments
 (0)