From acf5655c3b669aec8529da5b064e4a1da135b98c Mon Sep 17 00:00:00 2001 From: Nikolay Petrov Date: Tue, 6 Feb 2024 07:29:42 -0500 Subject: [PATCH] rename binary in release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c7deab..d8f235c 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ release-build: release: release-build mkdir dist/archive - for x in $(shell ls dist/build); do tar --transform='flags=r;s|-.*||' -czf dist/archive/$$x.tar.gz -C dist/build $$x; done + for x in $(shell ls dist/build); do tar --transform='flags=r;s|-.*|-cli|' -czf dist/archive/$$x.tar.gz -C dist/build $$x; done release-clean: rm -rf dist/