Skip to content

Commit 469fc00

Browse files
authored
Update ci.yml
1 parent 60f1cd8 commit 469fc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)