diff --git a/.goreleaser.yml b/.goreleaser.yml index 63f4ca79..8688996c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,6 +27,7 @@ builds: - goos: - linux - darwin + - windows goarch: - amd64 - "386" @@ -39,15 +40,6 @@ archive: format: tar.gz name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - files: - - licence* - - LICENCE* - - license* - - LICENSE* - - readme* - - README* - - changelog* - - CHANGELOG* snapshot: name_template: SNAPSHOT-{{ .Commit }} checksum: