Skip to content

Commit

Permalink
Merge pull request #295 from Real-Dev-Squad/fix/Pipeline.yml
Browse files Browse the repository at this point in the history
updated the pipelin yml in which the output file will get stored in a…
  • Loading branch information
shreya-mishra authored Oct 9, 2023
2 parents 98fd35e + c7dd18c commit 521b748
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 521b748

Please sign in to comment.