mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-13 01:38:41 +01:00
Add package param to cargo deb (#895)
This commit is contained in:
parent
281aa092b2
commit
cc5b167f92
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 New Issue
Block a user