Skip to content

Commit 3ab9943

Browse files
committed
build script fix
1 parent 6610b0f commit 3ab9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ builds:
2727
goarch: 386
2828
main: .
2929
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
30-
binary: ink
30+
binary: uni
3131
archive:
3232
format: tar.gz
3333
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm

0 commit comments

Comments
 (0)