From a6bda1fb9036126df478f9f1ccc4ede76beaee3f Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Fri, 24 Jan 2025 08:50:44 -0500 Subject: [PATCH] Fix goreleaser --- parrot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parrot/Makefile b/parrot/Makefile index 828753d60..478087dec 100644 --- a/parrot/Makefile +++ b/parrot/Makefile @@ -34,4 +34,4 @@ build: .PHONY: goreleaser goreleaser: - cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist \ No newline at end of file + cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml \ No newline at end of file