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 f3a471a commit c7dd18c
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 cd android/app/src/main && mkdir assets --bundle-output 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 --assets-dest cd android/app/src/main && mkdir assets --bundle-output index.android.bundle && cd android && ./gradlew assembleDebug

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

0 comments on commit c7dd18c

Please sign in to comment.