There was an error while loading. Please reload this page.
1 parent 7367518 commit d09798dCopy full SHA for d09798d
1 file changed
.github/workflows/build-release.yml
@@ -58,6 +58,17 @@ jobs:
58
- name: Setup Firebase Android google-services.json
59
run: echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 -d > ./google-services.json
60
61
+ - name: Debug - Check file location
62
+ run: |
63
+ echo "=== Current directory ==="
64
+ pwd
65
+ echo "=== Looking for google-services.json ==="
66
+ find . -name "google-services.json" -type f
67
+ echo "=== Looking for app.config.ts ==="
68
+ find . -name "app.config.ts" -type f
69
+ echo "=== Directory structure ==="
70
+ ls -la
71
+
72
- name: Setup Expo
73
uses: expo/expo-github-action@v8
74
with:
0 commit comments