Skip to content

Commit 9e7f65b

Browse files
committed
👷 Align binary name in release
1 parent 35f5abd commit 9e7f65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
88

99
version: 2
10+
project_name: yutu
1011

1112
env:
1213
- MODULE_PATH=github.com/{{ .Env.GITHUB_REPOSITORY }}
@@ -19,6 +20,7 @@ before:
1920

2021
builds:
2122
- id: yutu
23+
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
2224
env:
2325
- CGO_ENABLED=0
2426
- GO111MODULE=on

0 commit comments

Comments
 (0)