From 53338ac3f8328fb99a08ce98a670a147f82ed898 Mon Sep 17 00:00:00 2001 From: Emil Edholm Date: Tue, 26 Sep 2023 09:27:45 +0200 Subject: [PATCH] fix(release): update gorelaser config format Wasn't noticed until now. --- .goreleaser.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a3894b1..4f43ee9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,7 +5,8 @@ before: builds: - id: cantool binary: cantool - main: ./cmd/cantool/main.go + dir: ./cmd/cantool + main: main.go env: - CGO_ENABLED=0 goos: @@ -13,14 +14,6 @@ builds: - windows - darwin -archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 - checksum: name_template: "checksums.txt"