Skip to content

Commit

Permalink
where?
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Aug 11, 2024
1 parent ef80b2a commit aa1f457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 --decode > keystore.jks

- name: Build and sign the app
run: ./gradlew assembleRelease
run: ./gradlew assembleRelease --stacktrace

- name: List build output files
run: ls -R android/app/build
run: ls -R

- name: Sign the APK
run: |
Expand Down

0 comments on commit aa1f457

Please sign in to comment.