Skip to content

Commit

Permalink
chore: update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadick committed Mar 19, 2024
1 parent 9e88ea4 commit d417718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
cd ..
cargo install --locked cargo-deb
cd -
asset_path="${{ matrix.asset_name }}.deb"
cargo deb --output ./"${asset_path}"
echo "DEB=${asset_path}" >> $GITHUB_ENV
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.4

- [bugfix] Install `cargo-deb` outside of project directory

# v0.9.3

- [bugfix] Install `cargo-deb` outside of project directory
Expand Down

0 comments on commit d417718

Please sign in to comment.