Skip to content

Commit

Permalink
[HPR-1702] build: Add LICENSE file to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Apr 12, 2024
1 parent eed9c15 commit e03315c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ builds:
archives:
- format: zip
files:
- none*
- src: "LICENSE"
dst: "LICENSE.txt"
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
Expand Down

0 comments on commit e03315c

Please sign in to comment.