Skip to content

Commit 7a1e0a7

Browse files
committed
Fix name of binary in goreleaser config
1 parent 3ff17a2 commit 7a1e0a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ brews:
3737
# Folder inside the repository to put the formula.
3838
# Default is the root folder.
3939
folder: Formula
40+
# We need to set this so that goreleaser doesn't think the binary is called
41+
# `src-cli`
42+
install: |
43+
bin.install "src"
4044
dockers:
4145
- dockerfile: Dockerfile.release
4246
- image_templates:

0 commit comments

Comments
 (0)