Skip to content

Commit 9d31929

Browse files
committed
fix: barry 2025-01-03 14:24:47
1 parent 91cd26b commit 9d31929

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.goreleaser.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ builds:
3030
mod_timestamp: '{{ .CommitTimestamp }}'
3131
archives:
3232
- 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 }}
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 }}
4040
format_overrides:
4141
- goos: windows
4242
format: zip

0 commit comments

Comments
 (0)