Skip to content

Commit

Permalink
goreleaser: Use wrap in directory for archives
Browse files Browse the repository at this point in the history
Don't put the executables top-level in the archive, the process-exporter
project is setup that way, follow suit.
  • Loading branch information
awelzel committed Mar 19, 2022
1 parent 05bfcce commit 152da47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:

archives:
- name_template: "suricata_exporter-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
wrap_in_directory: true


checksum:
Expand Down

0 comments on commit 152da47

Please sign in to comment.