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 00e2f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,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 00e2f9d

Please sign in to comment.