Skip to content

Commit

Permalink
ci: change release ci
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Oct 20, 2023
1 parent 0164384 commit e1ab7fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ universal_binaries:
- id: darwin

archives:
- format: binary
- id: binaries
format: binary
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"

- format: tar.gz
- id: zip
format: tar.gz
wrap_in_directory: true
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
files:
Expand Down

0 comments on commit e1ab7fb

Please sign in to comment.