Add package param to cargo deb (#895)

This commit is contained in:
Ellie Huxtable 2023-04-18 21:43:17 +01:00 committed by GitHub
parent 281aa092b2
commit cc5b167f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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