Skip to content

Commit

Permalink
Merge pull request #32 from hatena/fix/name_template2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
0xmks authored Oct 16, 2023
2 parents 9ef2e4e + 706fd1c commit b911991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ archives:
- name_template: >-
{{- .ProjectName }}_
{{- if eq .Os "darwin" }}darwin
{{- else eq .Os "linux" }}linux
{{- else eq .Os "windows" }}windows
{{- else if eq .Os "linux" }}linux
{{- else if eq .Os "windows" }}windows
{{- else }}{{- title .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit b911991

Please sign in to comment.