Skip to content

Commit b5c35cf

Browse files
committed
debug
1 parent a093b7c commit b5c35cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mobile/scripts/buildApp.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ if [[ "${OS}" == "android" ]]; then
7676
# shellcheck disable=SC2086 # intentional word splitting for multiple gradle tasks
7777
./gradlew ${GRADLE_TARGETS} --no-daemon
7878

79+
# Debug: list APK outputs
80+
echo "APK outputs:"
81+
find build/outputs/apk -name '*.apk' 2>/dev/null || echo "No APKs found"
82+
7983
# Copy whichever artifacts were built
8084
BUILT=""
8185
if [[ -f "$APK_OUT" ]]; then

0 commit comments

Comments
 (0)