do both tar and zip

This commit is contained in:
Max Bradbury 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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
butler push lull-linux.tar.gz ruin/lull:linux
butler push lull-linux.tar.gz ruin/lull:linux-download
butler push lull-linux.zip ruin/lull:linux-itch
butler push sounds.zip ruin/lull:sounds