Skip to content

Commit

Permalink
fix: goreleaser typo (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jul 10, 2023
1 parent 846cb5d commit a112b6a
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 @@ -22,7 +22,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
files:
Expand Down

0 comments on commit a112b6a

Please sign in to comment.