Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 7a3d189

Browse files
committed
remove {{ end }}
1 parent 9535324 commit 7a3d189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ archives:
2323
{{- title .Os }}_
2424
{{- if eq .Arch "amd64" }}x86_64
2525
{{- else if eq .Arch "arm64" }}aarch64
26-
{{- else }}{{ .Arch }}{{ end }}{{ end -}}
26+
{{- else }}{{ .Arch }}{{ end -}}
2727
checksum:
2828
name_template: 'checksums.txt'
2929
snapshot:

0 commit comments

Comments
 (0)