Skip to content

Commit 53338ac

Browse files
committed
fix(release): update gorelaser config format
Wasn't noticed until now.
1 parent 30e16b4 commit 53338ac

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.goreleaser.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,15 @@ before:
55
builds:
66
- id: cantool
77
binary: cantool
8-
main: ./cmd/cantool/main.go
8+
dir: ./cmd/cantool
9+
main: main.go
910
env:
1011
- CGO_ENABLED=0
1112
goos:
1213
- linux
1314
- windows
1415
- darwin
1516

16-
archives:
17-
- replacements:
18-
darwin: Darwin
19-
linux: Linux
20-
windows: Windows
21-
386: i386
22-
amd64: x86_64
23-
2417
checksum:
2518
name_template: "checksums.txt"
2619

0 commit comments

Comments
 (0)