Skip to content

Commit

Permalink
ci: remove version from bin
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikbin authored Apr 6, 2022
1 parent 4c95838 commit 031dbe9
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 @@ -43,7 +43,7 @@ archives:
format: zip
- id: bins
format: binary
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
openbsd: OpenBSD
freebsd: FreeBSD
Expand Down

0 comments on commit 031dbe9

Please sign in to comment.