mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
ci: bump cargo-deb to 2.2.0 (#1466)
This commit is contained in:
parent
073ca890f7
commit
a15ef63669
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_releases.yml
vendored
2
.github/workflows/build_releases.yml
vendored
|
@ -384,7 +384,7 @@ jobs:
|
|||
env:
|
||||
BTM_GENERATE: true
|
||||
run: |
|
||||
cargo install cargo-deb --version 2.1.0 --locked
|
||||
cargo install cargo-deb --version 2.2.0 --locked
|
||||
cargo deb --no-build --target ${{ matrix.info.target }}
|
||||
cp ./target/${{ matrix.info.target }}/debian/bottom_*.deb .
|
||||
|
||||
|
|
Loading…
Reference in a new issue