We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cd26b commit 9d31929Copy full SHA for 9d31929
.goreleaser.yaml
@@ -30,13 +30,13 @@ builds:
30
mod_timestamp: '{{ .CommitTimestamp }}'
31
archives:
32
- format: tar.gz
33
- name_template: >-
34
- {{ .ProjectName }}_
35
- {{- title .Os }}_
36
- {{- if eq .Arch "amd64" }}x86_64
37
- {{- else if eq .Arch "386" }}i386
38
- {{- else }}{{ .Arch }}{{ end }}
39
- {{- if .Arm }}v{{ .Arm }}{{ end }}
+# name_template: >-
+# {{ .ProjectName }}_
+# {{- title .Os }}_
+# {{- if eq .Arch "amd64" }}x86_64
+# {{- else if eq .Arch "386" }}i386
+# {{- else }}{{ .Arch }}{{ end }}
+# {{- if .Arm }}v{{ .Arm }}{{ end }}
40
format_overrides:
41
- goos: windows
42
format: zip
0 commit comments