From 152da47254f07c85e28d2fc91d83ff602f228eef Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Sat, 19 Mar 2022 17:07:05 +0100 Subject: [PATCH] goreleaser: Use wrap in directory for archives Don't put the executables top-level in the archive, the process-exporter project is setup that way, follow suit. --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5024226..b583cf4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,6 +17,7 @@ builds: archives: - name_template: "suricata_exporter-{{ .Version }}.{{ .Os }}-{{ .Arch }}" + wrap_in_directory: true checksum: