Skip to content

Commit 3a56dbb

Browse files
committed
Add debricked binary name and delete capital letters from replacement
1 parent a4d3845 commit 3a56dbb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ before:
44
- go mod tidy
55
builds:
66
- main: ./cmd/debricked
7+
id: cli
8+
binary: debricked
79
env:
810
- CGO_ENABLED=0
911
goos:
@@ -12,9 +14,8 @@ builds:
1214
- darwin
1315
archives:
1416
- replacements:
15-
darwin: Darwin
16-
linux: Linux
17-
windows: Windows
17+
darwin: macOS
18+
windows: windows
1819
386: i386
1920
amd64: x86_64
2021
checksum:

0 commit comments

Comments
 (0)