do both tar and zip

This commit is contained in:
2020-10-27 16:52:06 +00:00
parent 51c636e572
commit f4805e94b0
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ cp target/release/lull .
strip lull
rm lull-linux.tar.gz
tar -czvf lull-linux.tar.gz lull README.md LICENSE
rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3