Skip to content

Commit 791c456

Browse files
Update gptdriverscript.yml
1 parent 3c8d8dc commit 791c456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gptdriverscript.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
ls -R . # List contents recursively from the current working directory
5858
echo "-------------------------------------------------------------"
5959
echo "Attempting to build the SDK framework..."
60-
xcodebuild build -project Branch-SDK/Branch-SDK.xcodeproj \
60+
# CORRECTED: Removed 'Branch-SDK/' from the project path
61+
xcodebuild build -project BranchSDK.xcodeproj \
6162
-scheme BranchSDK \
6263
-configuration Debug \
6364
-sdk iphonesimulator \

0 commit comments

Comments
 (0)