funman300
4db43fb3fb
fix(ci): replace ANDROID_SDK_ROOT with ANDROID_HOME in release workflow
...
Android Build / build-apk (push) Failing after 3m49s
Build and Deploy / build-and-push (push) Successful in 54s
ANDROID_SDK_ROOT was never set; zipalign and apksigner were resolving
to empty paths and would fail. All three occurrences replaced with
ANDROID_HOME which is defined in the workflow env block.
Also adds sudo to the cache-miss SDK install (mkdir/mv/sdkmanager) to
match the debug workflow pattern — /opt/android-sdk requires root on
a fresh runner.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:56:42 -07:00
funman300
bb670d6cc6
fix(ci): drop ANDROID_SDK_ROOT, pass --sdk_root to sdkmanager explicitly
...
Android Build / build-apk (push) Failing after 3m19s
Build and Deploy / build-and-push (push) Successful in 30s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:47:52 -07:00
funman300
c90c783177
fix(ci): set ANDROID_HOME/NDK_HOME in workflow env block instead of GITHUB_ENV
...
Android Build / build-apk (push) Failing after 3m23s
Build and Deploy / build-and-push (push) Successful in 40s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:23:58 -07:00
funman300
62be72e918
fix(ci): bust SDK cache key to force fresh SDK install after prior broken cache
...
Android Build / build-apk (push) Failing after 3m16s
Build and Deploy / build-and-push (push) Failing after 39s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:18:57 -07:00
funman300
1f46785b31
fix(ci): add apt-get update before package install to fix exit code 100
...
Android Build / build-apk (push) Failing after 3m50s
Build and Deploy / build-and-push (push) Successful in 39s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:14:32 -07:00
funman300
396ba6bc97
fix(ci): always install Java regardless of SDK cache hit; harden release creation
...
Android Build / build-apk (push) Failing after 13s
Build and Deploy / build-and-push (push) Successful in 38s
Android Release / build-release-apk (push) Failing after 11s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:11:42 -07:00
funman300
0f65031114
ci: add Android release workflow — sign and publish APK on version tag
...
Android Build / build-apk (push) Failing after 11s
Build and Deploy / build-and-push (push) Successful in 23s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 10:10:27 -07:00