Skip to content

Commit 9b679ce

Browse files
committed
[HPR-1702] build: Add LICENSE file to release artifacts
1 parent ab62c87 commit 9b679ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ builds:
8585
archives:
8686
- format: zip
8787
files:
88-
- none*
88+
- src: "LICENSE"
89+
dst: "LICENSE.txt"
8990
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
9091
checksum:
9192
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)