diff --git a/.goreleaser.yml b/.goreleaser.yml index 5ca06f615d3..d7aab77bf78 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -76,8 +76,12 @@ archives: - goos: windows formats: ["zip"] files: - - README.md - - LICENSE + - src: README.md + info: + mtime: "{{ .CommitDate }}" + - src: LICENSE + info: + mtime: "{{ .CommitDate }}" checksum: name_template: "SHA256SUMS"