Skip to content

Commit

Permalink
chore: Use consistent LICENSE.txt naming in release archives (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jun 17, 2024
1 parent 4431a2d commit 4a94601
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 @@ -4,7 +4,8 @@
archives:
- files:
# Ensure only built binary and license file are archived
- 'LICENSE'
- src: 'LICENSE'
dst: 'LICENSE.txt'
format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
before:
Expand Down

0 comments on commit 4a94601

Please sign in to comment.