We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814860a commit fee2667Copy full SHA for fee2667
.goreleaser.yaml
@@ -39,14 +39,14 @@ archives:
39
- id: chatgpt-tui
40
builds:
41
- darwin-amd64-chatgpt-tui
42
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ name_template: "chatgpt-tui_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
43
format: zip
44
wrap_in_directory: true
45
46
- id: nekot
47
48
- darwin-amd64-nekot
49
- name_template: "nekot_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
50
51
52
0 commit comments