We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2763916 commit 639361bCopy full SHA for 639361b
1 file changed
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
139
- name: Publish AAR artifact to Maven Local
140
run: |
141
- cd apps/RNApp/android/BrownfieldLib
+ cd apps/RNApp
142
node ../../packages/react-native-brownfield/lib/commonjs/cli/index.js publish:android --module-name :BrownfieldLib
143
144
- name: Verify debug AAR exists in Maven Local
@@ -197,4 +197,4 @@ jobs:
197
- name: Build Brownfield iOS native app
198
199
cd apps/iOSApp
200
- xcodebuild -workspace iOSApp.xcworkspace -scheme iOSApp -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
+ xcodebuild -project ./Brownfield\ iOS\ App.xcodeproj -scheme "Brownfield iOS App" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
0 commit comments