Skip to content

Commit

Permalink
Install cargo deb in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Feb 4, 2020
1 parent 9e53ba7 commit 22c5a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
cargo build --verbose --release
- name: Build Debian package
run: cargo deb
run: |
cargo install cargo-deb
cargo deb
- name: Create Github release
id: make-release
Expand Down

0 comments on commit 22c5a5a

Please sign in to comment.