Skip to content

Commit

Permalink
Merge pull request #10 from mahdikhashan/fix-ci-issue
Browse files Browse the repository at this point in the history
ci: deubg apk build path
  • Loading branch information
mahdikhashan authored Dec 25, 2023
2 parents 577a9b0 + 42db0a6 commit 56a6e36
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 56a6e36

Please sign in to comment.