From a4dfa08ed940bcc8ee328ffe343b136b9eef5c9d Mon Sep 17 00:00:00 2001 From: Samir Faci Date: Fri, 14 Apr 2023 11:55:06 -0400 Subject: [PATCH] Updating goreleaser to match the config paths --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7fb64865..6fab824d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,7 +45,7 @@ nfpms: # GoReleaser will automatically add the binaries. contents: # Simple config file - - src: conf/importer-example.yml + - src: config/importer-example.yml dst: /etc/gdg/importer.yml type: config @@ -75,7 +75,7 @@ archives: amd64: x86_64 files: - README* - - conf/importer-example.yml + - config/importer-example.yml checksum: name_template: "checksums.txt"