Skip to content

Commit

Permalink
gorelease: remove newline from the ends of binary URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed May 28, 2022
1 parent a4577c8 commit 349fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archives:
- jlog
format: binary
wrap_in_directory: false
name_template: |
name_template: |-
jlog_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v2") }}{{ .Amd64 }}{{ end }}
checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 349fe30

Please sign in to comment.