Skip to content

Commit

Permalink
ci: bump cargo-deb to 2.2.0 (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored May 9, 2024
1 parent 073ca89 commit a15ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit a15ef63

Please sign in to comment.