Skip to content

Commit 639361b

Browse files
committed
fix(ci): proper native app build commands
1 parent 2763916 commit 639361b

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
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Publish AAR artifact to Maven Local
140140
run: |
141-
cd apps/RNApp/android/BrownfieldLib
141+
cd apps/RNApp
142142
node ../../packages/react-native-brownfield/lib/commonjs/cli/index.js publish:android --module-name :BrownfieldLib
143143
144144
- name: Verify debug AAR exists in Maven Local
@@ -197,4 +197,4 @@ jobs:
197197
- name: Build Brownfield iOS native app
198198
run: |
199199
cd apps/iOSApp
200-
xcodebuild -workspace iOSApp.xcworkspace -scheme iOSApp -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
200+
xcodebuild -project ./Brownfield\ iOS\ App.xcodeproj -scheme "Brownfield iOS App" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)