Skip to content

Commit 7404854

Browse files
committed
Update gpt-driver-tests.yml
1 parent 16f9d38 commit 7404854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Create a 'Frameworks' directory within the app repo for the local SDK
7373
mkdir -p ./ios-app-repo/Frameworks
7474
# Copy the built framework
75-
cp -R ./branch-ios-sdk-repo/build/BranchSDK.framework ./ios-app-repo/Frameworks/
75+
cp -R ./branch-ios-sdk-repo/build/BranchSDK.xcframework ./ios-app-repo/Frameworks/
7676
working-directory: ${{ github.workspace }} # Run from the root of the GITHUB_WORKSPACE
7777

7878
# --- Step 6: Build the iOS Branch Link Simulator App using the local SDK Framework ---

0 commit comments

Comments
 (0)