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: |