diff --git a/.goreleaser.yml b/.goreleaser.yml index 3bf6f3e..6abc70f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,14 +14,13 @@ builds: - GO111MODULE=on main: ./cmd/flogo/ binary: flogo - -archive: - format: binary - replacements: - darwin: osx - linux: linux - windows: win - amd64: x86_64 +archives: + - format: binary + replacements: + darwin: osx + linux: linux + windows: win + amd64: x86_64 checksum: name_template: 'checksums.txt' changelog: