diff options
author | chriseth <chris@ethereum.org> | 2017-03-17 01:36:48 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-03-17 19:33:40 +0800 |
commit | 3f83bb80bfcf40b7a3c9ca9977eb3859c289e6e9 (patch) | |
tree | 61f878b49c15b14dce2e37bf43dc7891a58b519d /scripts/release.sh | |
parent | 245c8914cf06b086fc7cd46e4158e9eda2b324ec (diff) | |
download | dexon-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-x | scripts/release.sh | 4 |
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/* |