Skip to content

Commit

Permalink
ci: output binaries instead of zips (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 5, 2022
1 parent e80652a commit 1f3da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
- format: binary
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
Expand Down

0 comments on commit 1f3da08

Please sign in to comment.