mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
ci: bump cargo-deb version to 2.1.0 (#1424)
This commit is contained in:
parent
f70aff89dc
commit
32e04778dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_releases.yml
vendored
2
.github/workflows/build_releases.yml
vendored
|
@ -364,7 +364,7 @@ jobs:
|
|||
env:
|
||||
BTM_GENERATE: true
|
||||
run: |
|
||||
cargo install cargo-deb --version 1.41.3 --locked
|
||||
cargo install cargo-deb --version 2.1.0 --locked
|
||||
cargo deb --no-build --target ${{ matrix.info.target }}
|
||||
cp ./target/${{ matrix.info.target }}/debian/bottom_*.deb .
|
||||
|
||||
|
|
Loading…
Reference in a new issue