Skip to content

ci: sign and notarize bin/infracost (not the old preview name)#82

Merged
liamcervante merged 1 commit intomainfrom
ci/fix-release-binary-name
May 6, 2026
Merged

ci: sign and notarize bin/infracost (not the old preview name)#82
liamcervante merged 1 commit intomainfrom
ci/fix-release-binary-name

Conversation

@liamcervante
Copy link
Copy Markdown
Collaborator

Summary

The release job was failing at the codesign step with bin/infracost-preview: No such file or directory. The build step produces bin/infracost, but the macOS codesign and notarize steps still referenced the old bin/infracost-preview name. This updates those steps to use bin/infracost.

The other two infracost-preview references in the repo (internal/update/update.go, tools/llmbench/setup.go) are intentional fallbacks for users who already have the binary installed under the old name and are left as-is.

The build step produces bin/infracost, but the codesign and notarize
steps still referenced bin/infracost-preview, causing the release job
to fail with 'No such file or directory'.
@liamcervante liamcervante requested a review from a team May 6, 2026 13:14
@liamcervante liamcervante merged commit 161ced1 into main May 6, 2026
5 checks passed
@liamcervante liamcervante deleted the ci/fix-release-binary-name branch May 6, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants