We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f5abd commit 9e7f65bCopy full SHA for 9e7f65b
.goreleaser.yaml
@@ -7,6 +7,7 @@
7
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
9
version: 2
10
+project_name: yutu
11
12
env:
13
- MODULE_PATH=github.com/{{ .Env.GITHUB_REPOSITORY }}
@@ -19,6 +20,7 @@ before:
19
20
21
builds:
22
- id: yutu
23
+ binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
24
25
- CGO_ENABLED=0
26
- GO111MODULE=on
0 commit comments