This commit is contained in:
2026-05-03 21:38:46 +02:00
parent 3abc825aee
commit e89724bd28
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
mv app.tmp.json app.json
- name: Build APK
working-directory: mobile
working-directory: frontend-admin
env:
EAS_BUILD_NO_EXPO_GO_WARNING: true
run: eas build --platform android ${{ (github.ref == 'refs/heads/main' || github.base_ref == 'main') && '--profile production' || '--profile preview' }} --non-interactive