Skip to content

Commit eea285c

Browse files
committed
cleanup + update goreleaser config
1 parent a78c1d3 commit eea285c

File tree

3 files changed

+2
-939
lines changed

3 files changed

+2
-939
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ archives:
2222
- format_overrides:
2323
- goos: windows
2424
format: zip
25-
name_template: "{{ .Binary }}-{{ .Arch }}-{{ .Os }}"
25+
name_template: "{{ .Binary }}-{{ .Os }}_{{ .Arch }}"
2626
files:
2727
- README.md
2828
- LICENSE-MIT
@@ -31,7 +31,7 @@ nfpms:
3131
- vendor: pomdtr
3232
homepage: https://pomdtr.github.io/sunbeam
3333
maintainer: Achille Lacoin
34-
file_name_template: "{{ .Binary }}-{{ .Arch }}-{{ .Os }}"
34+
file_name_template: "{{ .Binary }}-{{ .Os }}_{{ .Arch }}"
3535
description: Generate powerful UIs from simple scripts written in any language.
3636
license: MIT
3737
formats:

0 commit comments

Comments
 (0)