2dabb1c731
The GitHub Actions fallback workflow raced with the Gitea CI — it ran first and created the GitHub release with its own tarball (different checksum), causing the Gitea CI's upload to fail and leaving a checksum mismatch on Artifact Hub. - Remove .github/workflows/release.yml entirely (Gitea CI handles both Gitea and GitHub releases) - Fix the Gitea CI's GitHub release step to delete existing assets before uploading, so re-runs and race conditions are handled gracefully Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>