diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/before_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index bc834f85..8d508bab 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -60,7 +60,7 @@ function docker_deb { archname=$2 docker run -v "$(pwd):/source" "undeadleech/${image}" sh -c \ - "cd /source && /root/.cargo/bin/cargo deb --no-build --manifest-path alacritty/Cargo.toml \ + "cd /source && /root/.cargo/bin/cargo deb --no-build -p alacritty \ --output ./target/deploy/${name}-${archname}.deb" } |