b11bc453dd
The fail_on_unmatched_files: true causes the release step to exit 1 when the glob pattern doesn't match (e.g., TARBALL env var resolution timing). Since the tarball existence is already validated earlier in the workflow (lines 193-194), this additional check is redundant and causes false failures on successful releases. Fixes: https://github.com/privilegedescalation/headlamp-kube-vip-plugin/issues/32 Co-authored-by: Hugh Hackman <hugh@privilegedescalation> Co-authored-by: Paperclip <noreply@paperclip.ing>