Skip to content

Commit

Permalink
ci: bump cargo-deb version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Mar 9, 2024
1 parent 92501d7 commit db35c71
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 @@ -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 .
Expand Down

0 comments on commit db35c71

Please sign in to comment.