From 17599df3d12dc522fee97f85fcf37be70295637a Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Fri, 27 Aug 2021 11:18:33 +1000 Subject: [PATCH] chore: add archive IDs in goreleaser --- .goreleaser.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1d7ef64..ec1de94 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,5 +27,7 @@ changelog: - '^docs:' archives: - - format: binary - - format: tar.gz + - id: default + format: binary + - id: targz + format: tar.gz