Skip to content

Commit

Permalink
goreleaser: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 5, 2024
1 parent a35c678 commit adf92a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ builds:
- -trimpath

archives:
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
- id: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
format: binary
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}.zip"
- id: zip
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}.zip"
format: zip
files:
- LICENSE
Expand Down

0 comments on commit adf92a6

Please sign in to comment.