- Linux + Windows auto-build on v* tags via self-hosted runners
(linux: sec-s1-runner/ubuntu-22.04, windows: win-ig3i/windows)
- Each job ensures the Gitea release exists (by tag) then uploads its
own platform assets; parallel-safe and fail-fast:false so an offline
runner doesn't block the other platform
- macOS is manual: scripts/release-mac.sh builds both arches here and
uploads DMGs to the same release by tag
- Replaces GitHub-specific tauri-action with direct tauri build + Gitea API