Skip to content

Commit

Permalink
Update .goreleaser.yml (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 authored Jul 25, 2023
1 parent 502bac1 commit a7806a2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ builds:
- arm64

archives:
- replacements:
darwin: MacOS
linux: Linux
windows: Windows
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}MacOS
{{- else if eq .Os "linux" }}Linux
{{- else if eq .Os "windows" }}Windows
{{- else }}{{ .Os }}{{ end }}_
{{- .Arch }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit a7806a2

Please sign in to comment.