Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ builds:
binary: cx1e2e

archives:
- format: zip
- formats: zip
id: zips
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
- formats: binary
id: bins
name_template: "{{ .Binary }}"

artifacts:
- type: binary

checksum:
name_template: "checksums.txt"
Expand Down
Loading