Skip to content

fix: set correct binary name in homebrew cask#11

Merged
rlespinasse merged 1 commit intomainfrom
fix/homebrew-cask-binary-name
Mar 8, 2026
Merged

fix: set correct binary name in homebrew cask#11
rlespinasse merged 1 commit intomainfrom
fix/homebrew-cask-binary-name

Conversation

@rlespinasse
Copy link
Copy Markdown
Owner

Summary

  • The homebrew cask was referencing github-actions-toolbox as the binary name, but the actual compiled binary in the tarball is ghat
  • Added binaries: [ghat] to the homebrew_casks section in .goreleaser.yaml
  • Fixes brew install failing with: It seems the symlink source '...' is not there

Test plan

  • Cut a new release and verify the generated cask in homebrew-tap has binary "ghat"
  • Run brew install --cask github-actions-toolbox and confirm it installs successfully

🤖 Generated with Claude Code

The cask was using the project name (github-actions-toolbox) as the
binary name, but the actual compiled binary is named ghat.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rlespinasse rlespinasse self-assigned this Mar 8, 2026
@rlespinasse rlespinasse merged commit e676ba4 into main Mar 8, 2026
5 checks passed
@rlespinasse rlespinasse deleted the fix/homebrew-cask-binary-name branch March 8, 2026 23:56
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.

1 participant