Skip to content

Commit

Permalink
ci: deubg apk build path
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Dec 25, 2023
1 parent 4dfe101 commit 42db0a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}

- name: Debug Release Directory
run: ls -R app/build/outputs/apk/release/

- name: Debug Release Directory
run: ls -R app/release/

# Show information about the APK's signing certificates
- name: Verify Signature
run: |
Expand Down

0 comments on commit 42db0a6

Please sign in to comment.