Skip to content

Commit 664d997

Browse files
committed
Fix goreleaser config
1 parent 5d7b581 commit 664d997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ archives:
7979
# add these files to all archives
8080
files:
8181
- src: LICENSE
82-
dst: .
82+
dst: LICENSE
8383
info: *archive_file_info
8484
- src: README.md
85-
dst: .
85+
dst: README.md
8686
info: *archive_file_info
8787
- src: CHANGELOG.md
88-
dst: .
88+
dst: CHANGELOG.md
8989
info: *archive_file_info
9090

9191
# also build an archive of the source code

0 commit comments

Comments
 (0)