Skip to content

Commit 787aac9

Browse files
committed
Update GoReleaser config
1 parent 803cd98 commit 787aac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ builds:
113113
# - LICENSE.md
114114
archives:
115115
- id: packaging
116-
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{ if .Arm }}v{{ .Arm }}{{ end }}"
116+
# name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{ if .Arm }}v{{ .Arm }}{{ end }}"
117117
- format_overrides:
118118
- goos: windows
119119
formats: 'zip'

0 commit comments

Comments
 (0)