Update .gitea/workflows/build-android.yaml
Build Custom Bluesky APK / build-android (push) Failing after 6m50s

This commit is contained in:
2026-09-08 00:31:50 +00:00
parent 37c85f6e19
commit 2024ec73f1
+7
View File
@@ -34,6 +34,13 @@ jobs:
- name: Install Project Dependencies
run: pnpm install --frozen-lockfile
- name: Debug - List Repo Structure
run: |
echo "Root contents:"
ls -la
echo "Looking for android folders:"
find . -maxdepth 3 -type d -iname "android"
- name: Inject Private Firebase Configuration
run: |
echo "${{ secrets.FIREBASE_JSON_BASE64 }}" | base64 -d > android/app/google-services.json