From 08b9579839308cc3eabae5253a4debb23f4ccc25 Mon Sep 17 00:00:00 2001 From: Marcus Rehbock Date: Fri, 7 Aug 2026 17:47:32 -0700 Subject: [PATCH] README: document CI pipeline Co-Authored-By: Claude Fable 5 --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 636df79..e422390 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,16 @@ cd android && ./gradlew assembleRelease # → android/app/build/outputs/apk/release/app-release.apk ``` -Install on GrapheneOS by copying the APK over (or via Obtainium once a -Gitea release exists). +Install on GrapheneOS by copying the APK over, or via Obtainium. + +## CI (Gitea Actions) + +Every push to `main` runs `.gitea/workflows/release.yml`: prebuild → +signed arm64 APK → Gitea release tagged `v1.0.`, APK attached. +`app.config.js` stamps `VERSION_CODE`/`VERSION_NAME` from the run number so +each release installs as an upgrade (Obtainium-friendly). + +Repo secrets: `KEYSTORE_B64` (base64 of the jks), `KEYSTORE_PASSWORD`. ## iOS