From 42db0a6e726b2b8fdacd8fe60c9ff02a7e0f7944 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan <58775404+mahdikhashan@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:22:52 +0100 Subject: [PATCH] ci: deubg apk build path --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c2ad37..a92ea61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |