From cefdf81d96caa16c79ff6aceafa484de9e6853f8 Mon Sep 17 00:00:00 2001 From: Matthias Schneider Date: Thu, 20 Jun 2024 08:48:03 +0200 Subject: [PATCH] changed bin name --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 15e4479..0b39076 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -22,7 +22,7 @@ builds: - linux - windows - darwin - + binary: "share" archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.