Files
OnBudget/.gitea/workflows
Sanders 468349e90c
build-apk / build (push) Failing after 3m8s
Auto-increment version and auto-create release on each master build
- Compute next vX.Y.Z from the latest tag (patch bump) via Gitea API
- Pass it to flutter build via --build-name/--build-number so the APK
  versionName/versionCode always increase (installs update in place)
- Auto-create tag + Gitea release + upload both APKs on master runs only
- Verbose logging: version computed, built APK sizes, tag/release/asset results
- Drop the tag trigger: the auto-created tag would otherwise re-trigger the
  workflow (double builds / release conflicts)
2026-08-12 00:57:05 +03:00
..