Skip to content

Commit 9f4836c

Browse files
committed
fix template variable
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent 5295ab7 commit 9f4836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributions/otelcol-contrib/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ builds:
4343
binary: otelcol-contrib
4444
builder: prebuilt
4545
prebuilt:
46-
path: artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ with .Go386 }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os "windows" }}.exe{{ end }}
46+
path: artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ with .I386 }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os "windows" }}.exe{{ end }}
4747
archives:
4848
- id: otelcol-contrib
4949
builds:

0 commit comments

Comments
 (0)