Skip to content

Commit

Permalink
updated the pipelin yml in which the output file will get stored in a…
Browse files Browse the repository at this point in the history
…ssets folder
  • Loading branch information
shreya-mishra committed Oct 9, 2023
1 parent bca3a6b commit f3a471a
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: 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
run: npx react-native bundle --platform android --dev false --entry-file index.js cd android/app/src/main && mkdir assets --bundle-output 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/debug
Expand Down

0 comments on commit f3a471a

Please sign in to comment.