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

Commit

Permalink
fix go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomanzo committed Apr 22, 2020
1 parent 102860c commit dcae349
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ builds:
- CGO_ENABLED=0
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
files:
- config.yml
archives:
- id: postgresql_exporter
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
files:
- config.yml
changelog:
filters:
exclude:
Expand Down

0 comments on commit dcae349

Please sign in to comment.