summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-27 13:11:57 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-27 13:15:51 -0400
commitb8d754d89e32059097ed2e53514b6f528d11c762 (patch)
treec3319615922a94ced0aeb0d42dfbb078f8b968c8
parent06e3cc1a5eb84dce52fab85364846a25ea2673b3 (diff)
Revert "Release binary in addition to .tar.gz"
-rwxr-xr-xci/before_deploy.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index cd925296..c79b8c69 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -38,10 +38,7 @@ pack() {
cp README.md "$tempdir/$package_name"
cp LICENSE "$tempdir/$package_name"
- # Release binary
- cp "$tempdir/$package_name/$PROJECT_NAME" "$out_dir"
-
- # Release archive containing binary, license and docs
+ # archiving
pushd "$tempdir"
if [ "$TRAVIS_OS_NAME" = windows ]; then
7z a "$out_dir/$package_name.zip" "$package_name"/*