Skip to content

Commit 6c1e85f

Browse files
committed
fix binary name in goreleaser
1 parent bb6419e commit 6c1e85f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ before:
55
builds:
66
- id: provider
77
main: ./main.go
8-
binary: terraform-provider-logstruct
8+
# Binary inside the ZIP must be versioned for Terraform Registry ingestion
9+
binary: terraform-provider-logstruct_v{{ .Version }}
910
env:
1011
- CGO_ENABLED=0
1112
goos: [linux, darwin, windows]

0 commit comments

Comments
 (0)