diff --git a/.github/workflows/frontend-client-build.yml b/.github/workflows/frontend-client-build.yml index 6748424e..dfd1e956 100644 --- a/.github/workflows/frontend-client-build.yml +++ b/.github/workflows/frontend-client-build.yml @@ -62,6 +62,10 @@ jobs: jq '.expo.extra.eas.projectId = "${{ secrets.EXPO_PROJECT_ID_CLIENT }}"' app.json > app.tmp.json mv app.tmp.json app.json + - name: Debug app.json + working-directory: mobile + run: cat app.json + - name: Build production APK working-directory: mobile env: