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 4591228 commit 61583d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ archives:
- name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "windows" }}{{ .Arch }}.exe{{ end }}
{{- else }}{{- title .Os }}
{{- else }}{{- title .Os }}{{ end }}
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 61583d9

Please sign in to comment.