Skip to content

Commit

Permalink
rename binary in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Feb 6, 2024
1 parent 1a0beb2 commit acf5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit acf5655

Please sign in to comment.