mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
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:
parent
eec750f049
commit
b7adf1d797
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user