Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewKiino committed Jun 4, 2021
1 parent 7cc7803 commit 5668dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build:
cp -f target/debug/punic /usr/local/bin/punic

release: build
cd target/release && tar -cvf punic.tar.gz punic
cd target/release \
&& tar -cvf punic.tar.gz punic \
&& shasum -a 256 punic.tar.gz

0 comments on commit 5668dac

Please sign in to comment.