This document explains how to download the debug APK artifact from the GitHub Actions workflow.
The Android debug build workflow runs automatically on:
- Push to the
mainbranch - Pull requests targeting
main - Manual trigger via
workflow_dispatch
- Navigate to the Actions tab of the repository
- Select a completed Android Debug Build workflow run
- Scroll down to the Artifacts section
- Download the app-debug-apk artifact
The downloaded ZIP file contains app-debug.apk, an unsigned debug APK suitable for sideloading onto Android devices.
- This is an unsigned debug APK intended for testing purposes only
- Enable "Install from unknown sources" on your Android device to sideload the APK