Update .gitea/workflows/build-android.yaml
Build Custom Bluesky APK / build-android (push) Failing after 6m50s
Build Custom Bluesky APK / build-android (push) Failing after 6m50s
This commit is contained in:
@@ -34,6 +34,13 @@ jobs:
|
|||||||
- name: Install Project Dependencies
|
- name: Install Project Dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
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
|
- name: Inject Private Firebase Configuration
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.FIREBASE_JSON_BASE64 }}" | base64 -d > android/app/google-services.json
|
echo "${{ secrets.FIREBASE_JSON_BASE64 }}" | base64 -d > android/app/google-services.json
|
||||||
|
|||||||
Reference in New Issue
Block a user