mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Fix goreleaser config
This commit is contained in:
parent
5d7b581db6
commit
664d997006
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue