Commit Graph
3 Commits
Author SHA1 Message Date
MythEclipseandClaude 853fee66b2 feat(ci): auto-increment version + publish to GitHub Release
- Compute version from latest git tag (bump patch)
- Update tauri.conf.json and Cargo.toml with new version
- Create GitHub Release with signed APK + AAB via softprops/action-gh-release
- Release name: v{version}, APK filename: zeavis-edu-v{version}.apk

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-15 00:16:32 +07:00
MythEclipseandClaude 360530fe1c fix(ci): add tauri android init step before build
gen/android/ is gitignored — must regenerate in CI.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-14 23:53:42 +07:00
MythEclipseandClaude cc4a12aeb0 feat(ci): add GitHub Actions workflow for Android APK build
- Trigger on push to main (web/tauri/shared changes), PR, and manual
- Builds Vite frontend + Tauri Rust for 4 Android arches
- Signs APK with keystore from GitHub secrets
- Uploads signed APK + AAB as artifact

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-14 23:36:58 +07:00