Skip to content

Commit 7fc6b35

Browse files
committed
Update goreleaser config.
1 parent df703f7 commit 7fc6b35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ builds:
88
- linux_arm
99
- windows_amd64
1010
flags:
11+
- -a
1112
- -trimpath
1213
ldflags:
1314
- -s -w -X main.version={{.Version}} -extldflags "-static"
@@ -22,6 +23,7 @@ archives:
2223
- README.md
2324
- LICENSE
2425
wrap_in_directory: true
26+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
2527
release:
2628
draft: true
2729
github:

0 commit comments

Comments
 (0)