do both tar and zip
This commit is contained in:
parent
51c636e572
commit
f4805e94b0
1
build.sh
1
build.sh
|
@ -5,6 +5,7 @@ cp target/release/lull .
|
||||||
strip lull
|
strip lull
|
||||||
rm lull-linux.tar.gz
|
rm lull-linux.tar.gz
|
||||||
tar -czvf lull-linux.tar.gz lull README.md LICENSE
|
tar -czvf lull-linux.tar.gz lull README.md LICENSE
|
||||||
|
|
||||||
rm lull
|
rm lull
|
||||||
|
|
||||||
zip -r sounds.zip SOUNDS.md sounds/*.mp3
|
zip -r sounds.zip SOUNDS.md sounds/*.mp3
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
butler push sounds.zip ruin/lull:sounds
|
||||||
|
|
Loading…
Reference in New Issue