Skip to content

Commit

Permalink
[TFECO-6103] all: Add LICENSE file to release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Apr 22, 2024
1 parent 1e6f24e commit 6355e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archives:
- files:
# Ensure only built binary is archived
- 'none*'
# Ensure only built binary and license file are archived
- 'LICENSE'
format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
before:
Expand Down

0 comments on commit 6355e5e

Please sign in to comment.