From aef1e8ca7b6fa1d3f7e7f4d366ca9f86f2b2a23a Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 2 Mar 2021 14:02:08 -0800 Subject: [PATCH] [action] build artifacts in .releases dir to match actions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b019651f..a8907b8b 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ distclean: clean ################################################# BINARY_OUTPUT=$(OUTPUT_ROOT)binary/ -RELEASE=./.ci-releases +RELEASE=./.releases define BUNDLE_MAKE # $(1) -- Go Operating System (e.g. linux, darwin, windows, etc.)