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: -