Skip to content

Commit c9c98b1

Browse files
gorelease fix archives
1 parent 4dfb7b0 commit c9c98b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ release:
4343

4444
archives:
4545
- id: hyperone
46-
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"
46+
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
4747
builds:
4848
- hyperone
4949
format: tar.gz
5050
format_overrides:
5151
- goos: windows
5252
format: zip
5353
- id: rootbox
54-
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"
54+
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
5555
builds:
5656
- rootbox
5757
format: tar.gz

0 commit comments

Comments
 (0)