From 96c17b6a975742b1618a6f234aebfe8510bbd2ce Mon Sep 17 00:00:00 2001 From: Matvey Arye Date: Thu, 15 Oct 2020 11:05:55 -0400 Subject: [PATCH] Add binary names to goreleaser config --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2ad7911..40b141c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,10 +10,12 @@ builds: - CGO_ENABLED=0 main: ./cmd/ts-dump/ id: ts-dump + binary: ts-dump - env: - CGO_ENABLED=0 main: ./cmd/ts-restore/ id: ts-restore + binary: ts-restore #don't publish scoop but overwrite the weird names scoop: