diff --git a/.goreleaser.yml b/.goreleaser.yml index 262a3c3f6..8a54fdba0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,10 +28,10 @@ archive: format: zip name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' files: - LICENSE - README.md - CHANGELOG.md + - LICENSE* + - README.md + - CHANGELOG.md snapshot: name_template: 'SNAPSHOT-{{ .Commit }}' checksum: - name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt' + name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt' \ No newline at end of file