diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-11 03:43:09 +0800 |
---|---|---|
committer | Bob Summerwill <bob@summerwill.net> | 2016-08-11 05:12:37 +0800 |
commit | 52a6737aa5843f8a5513b562699e1a18f6571551 (patch) | |
tree | d3a23758ebf1b084e6502bb43c633b852f956abc /scripts/release.sh | |
parent | 5a3740378f395f376bbdad69a2b735cf31f67615 (diff) | |
download | dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.gz dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.zst dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.zip |
Re-add the ZIP release flow for Solidity.
It is all within conditionals such that it only works for 'release'.
Just want to start on getting it re-enabled.
Also disabled the Appveyor cache, because it is unreliable.
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 275e53bb..e9f43f6c 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -89,4 +89,4 @@ fi # And ZIP it all up, with a filename suffix passed in on the command-line. -zip -j $REPO_ROOT/solidity-develop-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/* +zip -j $REPO_ROOT/solidity-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/* |