Skip to content

Commit

Permalink
Update gorelaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jul 25, 2023
1 parent 48d49f6 commit 3eaf8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ release:
archives:
- format: binary
name_template: >-
{{- if eq .Arch "amd64" }}x86_64{{ end }}
{{ .ProjectName }}_{{ .Tag }}_
{{- if eq .Os "linux" }}Linux{{ end }}
{{- if eq .Os "windows" }}Windows{{ end }}
{{- if eq .Os "darwin" }}Darwin{{ end }}
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 3eaf8ad

Please sign in to comment.