Skip to content

Commit d09798d

Browse files
committed
[release] debug workflow
1 parent 7367518 commit d09798d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ jobs:
5858
- name: Setup Firebase Android google-services.json
5959
run: echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 -d > ./google-services.json
6060

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+
6172
- name: Setup Expo
6273
uses: expo/expo-github-action@v8
6374
with:

0 commit comments

Comments
 (0)