diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index c5c0025..bd690b7 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -16,6 +16,8 @@ main() { esac test -f Cargo.lock || cargo generate-lockfile + # clean to reduce the disk usage + cargo clean cargo build --release # TODO Update this to package the right artifacts