Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Jul 26, 2024
1 parent 5d7b581 commit 664d997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ archives:
# add these files to all archives
files:
- src: LICENSE
dst: .
dst: LICENSE
info: *archive_file_info
- src: README.md
dst: .
dst: README.md
info: *archive_file_info
- src: CHANGELOG.md
dst: .
dst: CHANGELOG.md
info: *archive_file_info

# also build an archive of the source code
Expand Down

0 comments on commit 664d997

Please sign in to comment.