Skip to content

Commit

Permalink
Merge pull request #298 from Real-Dev-Squad/fix/Pipeline.yml
Browse files Browse the repository at this point in the history
fix listing of files, for now as we dont release keystore will be usi…
  • Loading branch information
shreya-mishra authored Oct 9, 2023
2 parents 566acb5 + 1a12695 commit cfba441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
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
run: ls -lrt android/app/build/outputs/apk/debug

- name: upload artifact to Firebase App Distribution
uses: wzieba/[email protected]
Expand Down

0 comments on commit cfba441

Please sign in to comment.