Skip to content

Commit

Permalink
CI/CD: move deb path
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 3, 2024
1 parent 0029d3a commit a2fdd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
cargo build --release --verbose
- name: Build Ubuntu package
run: |
cp ./keyboard_plugin/target/release/libreset_keyboard_plugin.so ./keyboard_plugin/debian/.
cp ./keyboard_plugin/target/release/libreset_keyboard_plugin.so ./keyboard_plugin/.
dpkg-deb --build debian
mv debian.deb keyboard_plugin.deb
cp ./monitors/target/release/libreset_monitors.so ./monitors/debian/.
cp ./monitors/target/release/libreset_monitors.so ./monitors/.
mv debian.deb monitor_plugin.deb
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a2fdd1d

Please sign in to comment.