Skip to content

Commit 7f875bb

Browse files
authored
Merge pull request #6860 from StoDevX/hawke/fix-android-deploy
fix android bundling on deploy workflows
2 parents da13868 + 80e6f4c commit 7f875bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
sudo sysctl -p
6161
- run: echo 'org.gradle.workers.max=2' >> ./android/gradle.properties
6262
- run: cd android && ./gradlew androidDependencies --console=plain
63+
- run: npm run bundle-data
6364
- run: bundle exec fastlane android ci-run
6465
env:
6566
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}

0 commit comments

Comments
 (0)