Skip to content

Commit

Permalink
Update .goreleaser.yml (#2483)
Browse files Browse the repository at this point in the history
Adding LICENSE.txt File to Terraform Provider Release Archives
  • Loading branch information
iBrandyJackson committed Apr 30, 2024
1 parent c746a84 commit ef80969
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
@@ -1,7 +1,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 ef80969

Please sign in to comment.