Skip to content

Commit

Permalink
Add deb files to release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Mar 29, 2024
1 parent e284d44 commit c5ba0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:
cd target
mkdir files
mv x86_64-unknown-linux-gnu/*.deb files/
for dist in x86_64-unknown-linux-gnu x86_64-apple-darwin aarch64-apple-darwin; do
cd $dist
chmod +x *
Expand Down

0 comments on commit c5ba0ee

Please sign in to comment.