File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,27 @@ builds:
12
12
- -w
13
13
- -X github.com/hatappi/gomodoro/cmd.version={{.Version}}
14
14
- -X github.com/hatappi/gomodoro/cmd.commit={{.Commit}}
15
+
15
16
archives :
16
- - name_template : >-
17
- {{- .ProjectName }}_
18
- {{- title .Os }}_
19
- {{- if eq .Arch "amd64" }}x86_64
20
- {{- else if eq .Arch "386" }}i386
21
- {{- else }}{{ .Arch }}{{ end }}
22
- {{- if .Arm }}v{{ .Arm }}{{ end -}}
17
+ - format : tar.gz
18
+ # this name template makes the OS and Arch compatible with the results of `uname`.
19
+ name_template : >-
20
+ {{ .ProjectName }}_
21
+ {{- title .Os }}_
22
+ {{- if eq .Arch "amd64" }}x86_64
23
+ {{- else if eq .Arch "386" }}i386
24
+ {{- else }}{{ .Arch }}{{ end }}
25
+ {{- if .Arm }}v{{ .Arm }}{{ end }}
26
+
23
27
checksum :
24
28
name_template : ' checksums.txt'
29
+
25
30
snapshot :
26
31
name_template : " {{ .Tag }}-next"
32
+
27
33
changelog :
28
34
disable : true
35
+
29
36
release :
30
37
github :
31
38
owner : hatappi
You can’t perform that action at this time.
0 commit comments