fix: match .tar.gz instead of .tgz in release workflow grep pattern #178

Merged
Null Pointer Nancy merged 1 commits from fix/release-tarball-pattern into dev 2026-05-20 22:25:41 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 6c6e8a55ce fix: match .tar.gz instead of .tgz in release workflow grep pattern
CI / ci (pull_request) Failing after 0s
Promotion Gate / promotion-gate (pull_request_review) Failing after 0s
The headlamp-plugin package command outputs filenames with .tar.gz extension,
not .tgz. This caused the "Get tarball path" step to fail (exit code 1) on
the v1.0.1 release run #554.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 22:13:45 +00:00