Previous location (posimai-guard-app/.github/workflows/) was wrong —
GitHub Actions only reads .github/workflows/ at repository root.
Renamed to build-guard-linux.yml, added working-directory default.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Triggers on workflow_dispatch (manual) or version tag push (v*)
- Ubuntu 22.04 runner with Tauri prerequisites
- Uploads .deb and .AppImage as artifacts
- Creates GitHub Release on tag push
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>