build(release): move Android bundle publishing into GoReleaser

- build the Android universal bundle from GoReleaser hooks
- attach the bundle as a release asset
- remove the separate post-release upload step
- simplify Make targets around cross-platform builds
This commit is contained in:
wenjie
2026-04-13 11:52:35 +08:00
parent ea2107e8a9
commit d73a0e89b4
15 changed files with 18 additions and 102 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ jobs:
- name: Setup pnpm
run: corepack enable && corepack install
- name: Build
- name: Build core binaries
run: make build-all