diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index aea07a0..052e17e 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -8,6 +8,7 @@ name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}" mkdir "$build_dir/$name" cp target/$TARGET/release/watchexec "$build_dir/$name/" +cp {doc/watchexec.1,LICENSE} "$build_dir/$name/" pushd $build_dir tar czf "$out_dir/$name.tar.gz" *