From 2be01e3e07e9b86dd161124db4e0b7303c8fb44f Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Sun, 26 Feb 2023 03:13:24 -0700 Subject: [PATCH] Fix id --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1751280..2e9d733 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ snapshot_windows: goreleaser build --single-target --snapshot --clean --id windows snapshot_linux: - goreleaser build --snapshot --rm-dist --id unix + goreleaser build --snapshot --clean --id linux test: go test ./...