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.