File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
samples/react-native-macos/scripts Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,17 @@ jobs:
115115 export RN_ARCHITECTURE="${{ matrix.rn-architecture }}"
116116 [[ "${{ matrix.build-type }}" == "production" ]] && export CONFIG='release' || export CONFIG='debug'
117117
118- .. /scripts/set-dsn-aos.mjs
119- .. /scripts/build-android.sh -PreactNativeArchitectures=x86
118+ ./scripts/set-dsn-aos.mjs
119+ ./scripts/build-android.sh -PreactNativeArchitectures=x86
120120
121121 - name : Build iOS App
122122 if : ${{ matrix.platform == 'ios' }}
123- working-directory : ${{ env.REACT_NATIVE_SAMPLE_PATH }}/ios
123+ working-directory : ${{ env.REACT_NATIVE_SAMPLE_PATH }}
124124 run : |
125125 [[ "${{ matrix.build-type }}" == "production" ]] && export CONFIG='Release' || export CONFIG='Debug'
126126
127- .. /scripts/set-dsn-ios.mjs
128- .. /scripts/build-ios.sh
127+ ./scripts/set-dsn-ios.mjs
128+ ./scripts/build-ios.sh
129129
130130 - name : Build macOS App
131131 if : ${{ matrix.platform == 'macos' }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "ENABLE_NEW_ARCH=$ENABLE_NEW_ARCH"
1212cd " ${thisFilePath} /.."
1313bundle install
1414
15- cd ios
15+ cd macos
1616PRODUCTION=$ENABLE_PROD RCT_NEW_ARCH_ENABLED=$ENABLE_NEW_ARCH bundle exec pod update
1717
1818cat Podfile.lock | grep $RN_SENTRY_POD_NAME
You can’t perform that action at this time.
0 commit comments