We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a093b7c commit b5c35cfCopy full SHA for b5c35cf
mobile/scripts/buildApp.sh
@@ -76,6 +76,10 @@ if [[ "${OS}" == "android" ]]; then
76
# shellcheck disable=SC2086 # intentional word splitting for multiple gradle tasks
77
./gradlew ${GRADLE_TARGETS} --no-daemon
78
79
+ # Debug: list APK outputs
80
+ echo "APK outputs:"
81
+ find build/outputs/apk -name '*.apk' 2>/dev/null || echo "No APKs found"
82
+
83
# Copy whichever artifacts were built
84
BUILT=""
85
if [[ -f "$APK_OUT" ]]; then
0 commit comments