From f62bb2725fc8a0509fee212fc9e33208eb0135fb Mon Sep 17 00:00:00 2001 From: phiresky Date: Sat, 15 Jun 2019 11:27:27 +0200 Subject: [PATCH] well that was stupid --- ci/before_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index b75e51b..7bcdb62 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -33,6 +33,7 @@ mk_tarball() { for binary in rga rga-preproc; do cp "target/$TARGET/release/$binary" "$staging/$binary" "${gcc_prefix}strip" "$staging/$binary" + done # Copy the licenses and README. cp {README.md,LICENSE.md} "$staging/" # Copy documentation and man page.