From ea0a3fcb4f8717c8877d635be6b386548bf99ce2 Mon Sep 17 00:00:00 2001 From: Ellaismer Date: Tue, 27 Mar 2018 08:48:45 -0400 Subject: [PATCH] deploy: ignore folder structures --- build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy.sh b/build/deploy.sh index 4d446c849a..b2b91f650d 100755 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash GETH_ARCHIVE_NAME="multi-geth-$TRAVIS_OS_NAME" -zip "$GETH_ARCHIVE_NAME.zip" build/bin/geth +zip -j "$GETH_ARCHIVE_NAME.zip" build/bin/geth shasum -a 256 $GETH_ARCHIVE_NAME.zip shasum -a 256 $GETH_ARCHIVE_NAME.zip > $GETH_ARCHIVE_NAME.zip.sha256