We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78c1d3 commit eea285cCopy full SHA for eea285c
.goreleaser.yaml
@@ -22,7 +22,7 @@ archives:
22
- format_overrides:
23
- goos: windows
24
format: zip
25
- name_template: "{{ .Binary }}-{{ .Arch }}-{{ .Os }}"
+ name_template: "{{ .Binary }}-{{ .Os }}_{{ .Arch }}"
26
files:
27
- README.md
28
- LICENSE-MIT
@@ -31,7 +31,7 @@ nfpms:
31
- vendor: pomdtr
32
homepage: https://pomdtr.github.io/sunbeam
33
maintainer: Achille Lacoin
34
- file_name_template: "{{ .Binary }}-{{ .Arch }}-{{ .Os }}"
+ file_name_template: "{{ .Binary }}-{{ .Os }}_{{ .Arch }}"
35
description: Generate powerful UIs from simple scripts written in any language.
36
license: MIT
37
formats:
0 commit comments