Skip to content

Commit 81ea142

Browse files
committed
- [!] fix package name
1 parent 9064ef4 commit 81ea142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ builds:
1818
goarch: 386
1919

2020
archive:
21-
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
21+
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Version }}_{{ .Arch }}'
2222
replacements:
2323
darwin: Darwin
24-
linux: Linux
2524
windows: Windows
25+
# linux: Linux
26+
# amd64: x86_64
2627
386: i386
27-
amd64: x86_64
2828
format_overrides:
2929
- goos: windows
3030
format: zip

0 commit comments

Comments
 (0)