File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,19 @@ builds:
21
21
- 6
22
22
- 7
23
23
archives :
24
- - replacements :
25
- darwin : MacOS
26
- linux : Linux
27
- windows : Windows
28
- freebsd : FreeBSD
29
- netbsd : NetBSD
30
- openbsd : OpenBSD
31
- 386 : i386
32
- amd64 : x86_64
24
+ - id : s3sync
25
+ name_template : >-
26
+ {{ .ProjectName }}_
27
+ {{- if eq .Os "darwin" }}MacOS_
28
+ {{- else if eq .Os "linux" }}Linux_
29
+ {{- else if eq .Os "windows" }}Windows_
30
+ {{- else if eq .Os "freebsd" }}FreeBSD_
31
+ {{- else if eq .Os "netbsd" }}NetBSD_
32
+ {{- else if eq .Os "openbsd" }}OpenBSD_
33
+ {{- else }}{{ .Os }}_{{ end }}
34
+ {{- if eq .Arch "amd64" }}x86_64
35
+ {{- else if eq .Arch "386" }}i386
36
+ {{- else }}{{ .Arch }}{{ end }}
33
37
checksum :
34
38
name_template : ' checksums.txt'
35
39
snapshot :
You can’t perform that action at this time.
0 commit comments