From 4216815ba88c1e396fa9d75014f09de090f28a9a Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 19 Jun 2019 00:44:26 +0200 Subject: [PATCH] -.- --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index ce2073f..31d3b0f 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -84,7 +84,7 @@ mk_tarball() { #if is_windows; then (cd "$tmpdir" && download_other_binaries "$name") - (cd "$tmpdir" && 7za a "$out_dir/$name.7z" "$name") + (cd "$tmpdir" && 7z a "$out_dir/$name.7z" "$name") #else # (cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name") #fi