Add package param to cargo deb (#895)
This commit is contained in:
parent
281aa092b2
commit
cc5b167f92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
|||
if: startsWith(matrix.job.os, 'ubuntu')
|
||||
run: |
|
||||
cargo install cargo-deb
|
||||
cargo deb
|
||||
cargo deb -p atuin
|
||||
|
||||
case ${{ matrix.job.target }} in
|
||||
aarch64-*-linux-*) DPKG_ARCH=arm64 ;;
|
||||
|
|
Loading…
Reference in a new issue