fix(ci): remove EAS init dependency by building APK via prebuild+gradle
Some checks failed
Luggage List Build / build-web (push) Failing after 18s
Luggage List Build / build-android (push) Failing after 59s
Luggage List Build / release (push) Has been skipped

This commit is contained in:
2026-04-18 12:02:36 +02:00
parent c5cdff62a0
commit ada2319508
4 changed files with 35 additions and 52 deletions

View File

@@ -29,5 +29,5 @@ npm run start
Gitea workflows are in `.gitea/workflows`:
- `dev.yml`: smoke check via `expo export --platform web` on non-main branches
- `ci.yml`: Android preview APK + web bundle + release tag/artifacts on `main`
- `manual-build.yml`: manual APK build
- `ci.yml`: Android APK build via `expo prebuild` + Gradle, web bundle export, release tag/artifacts on `main`
- `manual-build.yml`: manual Android APK build via `expo prebuild` + Gradle