Add a CI step that finds the built Arch binary and attaches it to the matching Gitea release using the repository API. The step validates that the package was created, requires a Gitea token, and skips upload if the asset already exists to avoid duplicates. - Export artifact path to the environment and validate its presence - Query the release to obtain its ID and upload the asset if missing