From 4c1fb895d6a0df015eebfc66b029a6ef7b98f841 Mon Sep 17 00:00:00 2001 From: xuhongbin Date: Mon, 9 Mar 2026 19:35:36 +0800 Subject: [PATCH] docs: document Android build download via GitHub Actions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a9fd27c..7fcfe6b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,14 @@ npm run eas:update:production -- "your message" Additional release notes: [docs/EXPO_RELEASE.md](docs/EXPO_RELEASE.md) +GitHub Actions Android build (downloadable): + +- Workflow: `.github/workflows/eas-build.yml` +- Trigger: **Actions → EAS Build → Run workflow** +- Inputs: `profile=preview`, `platform=android` +- Requirement: repository secret `EXPO_TOKEN` +- Download: after completion, open the run **Summary** and use the `ANDROID download` link. + ## Project Structure ```txt