Skip to content

Commit 60f1cd8

Browse files
authored
Fix script path in CI workflow for iOS builds
1 parent e0474c9 commit 60f1cd8

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
@@ -64,7 +64,7 @@ jobs:
6464
cd testapp
6565
ionic cordova platform add ios@latest
6666
# run the patch script from the repository root to adjust generated iOS files in CI
67-
bash ../../scripts/patch-ios.sh platforms/ios
67+
bash scripts/patch-ios.sh platforms/ios
6868
# build and instruct Cordova/Xcode to use the xcconfig the script creates
6969
ionic cordova build ios --no-interactive -- --buildFlag="-xcconfig platforms/ios/xcconfigs/ci-overrides.xcconfig" --buildFlag="-sdk iphonesimulator"
7070
@@ -122,5 +122,5 @@ jobs:
122122
ionic cap add ios
123123
npx cap sync ios
124124
# run the patch script to adjust generated Capacitor iOS files in CI
125-
bash ../../scripts/patch-ios.sh ios
125+
bash scripts/patch-ios.sh ios
126126
xcodebuild -workspace ios/App/App.xcworkspace -scheme App -sdk iphonesimulator -configuration Debug build -xcconfig ios/xcconfigs/ci-overrides.xcconfig

0 commit comments

Comments
 (0)