Skip to content

Commit

Permalink
chore(ci): Update .goreleaser.yml to include LICENSE.txt file (#480)
Browse files Browse the repository at this point in the history
Adding LICENSE.txt file to Terraform Provider Release Archives
  • Loading branch information
iBrandyJackson authored Apr 30, 2024
1 parent cab7894 commit 817deba
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 }}'
builds:
Expand Down

0 comments on commit 817deba

Please sign in to comment.