From 664d9970064d7aed4dc06562656439f1d1c59c46 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 26 Jul 2024 14:55:06 +0200 Subject: [PATCH] Fix goreleaser config --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8b7c886..ecd642d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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