From ea4bf8c7504847afdf3deeccea7b8512bc249ccf Mon Sep 17 00:00:00 2001 From: Mika Meyer <51948405+TheFireMike@users.noreply.github.com> Date: Thu, 2 Apr 2020 21:36:20 +0200 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 61e3480..f1bc93c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,13 +8,13 @@ builds: id: "restapi" dir: ./cve-alert-restapi main: ./main.go - binary: restapi + binary: cve-alert-restapi - id: "fetcher" dir: ./cve-alert-fetcher main: ./main.go - binary: fetcher + binary: cve-alert-fetcher archives: -