Skip to content

Commit c765a64

Browse files
committed
Fix iOS build script to use updated path
1 parent 7e9e13b commit c765a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
cp -r Xcode/SDL/build/SDL3.xcframework build/ && \
4545
popd
4646
- name: Build
47-
run: bash ios/build.sh
47+
run: bash contrib/ios_build.sh

0 commit comments

Comments
 (0)