From 696c8adcb7946c38ff145aa854f44da5aac823da Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Tue, 12 Jun 2018 12:35:47 -0700 Subject: [PATCH] Close #92. Wrap the release files in a directory to prevent tar-bombing the local dir --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index fa4af340..e5ebdc42 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,3 +9,6 @@ builds: - linux goarch: - amd64 + +archive: + wrap_in_directory: true