Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Simple-MAX committed Apr 9, 2023
1 parent 61583d9 commit 6e5cdfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "windows" }}{{ .Arch }}.exe{{ end }}
{{- else }}{{- title .Os }}{{ end }}
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 6e5cdfb

Please sign in to comment.