Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit dcae349

Browse files
committed
fix go releaser
1 parent 102860c commit dcae349

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .goreleaser.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ builds:
1313
- CGO_ENABLED=0
1414
checksum:
1515
name_template: '{{ .ProjectName }}_checksums.txt'
16-
archive:
17-
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
18-
files:
19-
- config.yml
16+
archives:
17+
- id: postgresql_exporter
18+
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
19+
files:
20+
- config.yml
2021
changelog:
2122
filters:
2223
exclude:

0 commit comments

Comments
 (0)