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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -181,7 +181,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 -p atuin
|
cargo deb --deb-revision="" -p atuin
|
||||||
|
|
||||||
case ${{ matrix.job.target }} in
|
case ${{ matrix.job.target }} in
|
||||||
aarch64-*-linux-*) DPKG_ARCH=arm64 ;;
|
aarch64-*-linux-*) DPKG_ARCH=arm64 ;;
|
||||||
|
|
Loading…
Reference in a new issue