Fix cargo deb usage (#1337)

v2.0.0 of cargo deb added the revision number. I'd rather not change the
output name of our file, so force cargo-deb to stick to the "old"
behaviour
This commit is contained in:
Ellie Huxtable 2023-10-26 16:13:54 +01:00 committed by GitHub
parent eec750f049
commit b7adf1d797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ jobs:
if: startsWith(matrix.job.os, 'ubuntu')
run: |
cargo install cargo-deb
cargo deb -p atuin
cargo deb --deb-revision="" -p atuin
case ${{ matrix.job.target }} in
aarch64-*-linux-*) DPKG_ARCH=arm64 ;;