diff --git a/.goreleaser.yml b/.goreleaser.yml index 3565559e..ac7a4fca 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,14 +27,12 @@ builds: archives: - id: zipformat format: zip - rlcp: true name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' files: - config.yml - id: targzformat format: tar.gz - rlcp: true name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' files: - config.yml