You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Corbin edited this page Feb 6, 2025
·
1 revision
EAS Android Build Setup
Overview
This repository uses an automated workflow to build and release an Android APK using Expo Application Services (EAS). The main workflow is defined in .github/workflows/eas-android-build.yml.
Key Jobs
build-android
Checks out the repo and sets up Node.js
Installs dependencies
Runs the EAS build command (production mode)
Exposes the build ID, version, and other metadata for downstream jobs
download-apk
Waits for the EAS build to finish
Downloads the resulting APK
Uploads the artifact for later use
Usage
Push changes to the main branch or manually trigger the workflow.
The script will run the EAS build automatically.
The deployed APK artifact is stored in the “download-apk” job outputs.