From c7c0c363d5995d1304236167393e0ce2250f51a6 Mon Sep 17 00:00:00 2001 From: Vijay Soni Date: Wed, 9 Jul 2025 23:34:57 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 706e1d64..8badb8bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,18 @@ jobs: - name: Build APK run: ./gradlew assembleRelease + - name: DEBUG + run: | + set -x + + pwd + + ls -all + + cd app/build/outputs/ + ls -all + tree + # Optional: Sign APK (requires secrets) # - name: Sign APK # uses: r0adkll/sign-android-release@v1