Skip to content

Commit

Permalink
[RN][CI] Fix Nightlies for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Jun 10, 2024
1 parent 6937c70 commit 552e702
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
schedule:
- cron: '15 2 * * *'


jobs:
set_release_type:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -635,7 +634,7 @@ jobs:
run: |
git config --global --add safe.directory /__w/react-native/react-native
echo "GRADLE_OPTS = $GRADLE_OPTS"
export ORG_GRADLE_PROJECT_reactNativeArchitectures="arm64-v8a"
export ORG_GRADLE_PROJECT_reactNativeArchitectures="armeabi-v7a,arm64-v8a,x86,x86_64"
node ./scripts/releases-ci/publish-npm.js -t nightly
- name: Zip Maven Artifacts from /tmp/maven-local
working-directory: /tmp
Expand Down

0 comments on commit 552e702

Please sign in to comment.