BigBrainParking/.forgejo/workflows
Hank 5d269bf2a3
All checks were successful
build-apk / build (push) Successful in 35m3s
Fix release signing in CI: anchor plugin regex to buildTypes release block
The signing plugin added a release{} inside signingConfigs{}, so the debug-line
replacement matched that block instead of the release BUILD TYPE — CI produced
debug-signed APKs (would break Obtainium updates vs the release-signed v0.1.0).
Anchor on `buildTypes { ... release {`. Verified locally: release buildType now
uses the release key when BBP_UPLOAD_* is set. Also unify keystore path via
github.workspace in both steps.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 19:49:37 -07:00
..
build-apk.yml Fix release signing in CI: anchor plugin regex to buildTypes release block 2026-07-07 19:49:37 -07:00