summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorPen Tree <appletree2479@outlook.com>2019-11-27 00:53:43 +0800
committerChristian Duerr <contact@christianduerr.com>2019-11-26 17:53:43 +0100
commit4e6bbfbfc3ae3d315c13ffc6d1a0f6769613823c (patch)
treef1268a2447019efa29d3073036f5596d9447719a /ci
parentfe9644805ba97c9d8ebec0da257fe73d28e53300 (diff)
downloadalacritty-4e6bbfbfc3ae3d315c13ffc6d1a0f6769613823c.tar.gz
alacritty-4e6bbfbfc3ae3d315c13ffc6d1a0f6769613823c.zip
Simplify `cargo deb` usage
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.sh2
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"
}