Skip to content

Commit

Permalink
fix the build release command
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Oct 9, 2023
1 parent d1a70fc commit d04dcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cd android && chmod +x ./gradlew

- name: build release
run: cd android && ./gradlew assembleRelease
run: npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleDebug

- name: list files
run: ls -lrt android/app/build/outputs/apk/release
Expand Down

0 comments on commit d04dcab

Please sign in to comment.