From f4805e94b0e61951b2f30a174556c205456ada17 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Tue, 27 Oct 2020 16:52:06 +0000 Subject: [PATCH] do both tar and zip --- build.sh | 1 + deploy.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a449c3b..a2c1758 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/deploy.sh b/deploy.sh index e3a9307..0812e28 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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