aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/release.sh
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-03-17 01:36:48 +0800
committerchriseth <chris@ethereum.org>2017-03-17 19:33:40 +0800
commit3f83bb80bfcf40b7a3c9ca9977eb3859c289e6e9 (patch)
tree61f878b49c15b14dce2e37bf43dc7891a58b519d /scripts/release.sh
parent245c8914cf06b086fc7cd46e4158e9eda2b324ec (diff)
downloaddexon-solidity-3f83bb80bfcf40b7a3c9ca9977eb3859c289e6e9.tar.gz
dexon-solidity-3f83bb80bfcf40b7a3c9ca9977eb3859c289e6e9.tar.zst
dexon-solidity-3f83bb80bfcf40b7a3c9ca9977eb3859c289e6e9.zip
Publish soljson and alpine static build on github release page.
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index e9f43f6c..a2f4d98a 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -88,5 +88,5 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi
# And ZIP it all up, with a filename suffix passed in on the command-line.
-
-zip -j $REPO_ROOT/solidity-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/*
+mkdir -p $REPO_ROOT/upload
+zip -j $REPO_ROOT/upload/solidity-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/*