diff --git a/.goreleaser.yml b/.goreleaser.yml index 13455a4e..c5bcca78 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,8 +2,9 @@ env: - GO111MODULE=on - GOPROXY="https://gocenter.io" -archive: - wrap_in_directory: true +archives: + - id: default + wrap_in_directory: true builds: - binary: wtfutil @@ -31,4 +32,4 @@ brews: dockers: - image_templates: - - wtfutil/wtf \ No newline at end of file + - wtfutil/wtf