diff --git a/.goreleaser.yml b/.goreleaser.yml index d6d0035..bd2867d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,15 +13,16 @@ builds: goarch: 386 # Archive customization -archive: - format: tar.gz - format_overrides: - - goos: windows - format: zip - replacements: - amd64: 64-bit - 386: 32-bit - darwin: macOS - files: - - README.md - - LICENSE +archives: + - id: tgz + format: tar.gz + format_overrides: + - goos: windows + format: zip + replacements: + amd64: 64-bit + 386: 32-bit + darwin: macOS + files: + - README.md + - LICENSE