Skip to content

Commit 9869423

Browse files
committed
chore: Set binary name in goreleaser config
The binary name was previously inferred from the project name. This commit explicitly sets the binary name to "acm" in the `.goreleaser.yaml` configuration. This ensures consistency and clarity in the build process. --- {"auto-commit-msg":{"language":"rust","version":"0.4.0-dev","model":"gemini-2.5-flash-lite","response_time":1.14,"execution_time":1.17}}
1 parent 6c35165 commit 9869423

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ builds:
2323
goarch:
2424
- amd64
2525
- arm64
26+
binary: acm
2627

2728
archives:
2829
- formats: [tar.gz]

0 commit comments

Comments
 (0)