Skip to content

Commit

Permalink
ci: fix deb release name
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Nov 10, 2024
1 parent 93c48c1 commit 8c42b16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
artifacts: ${{ env.deb_file }}
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
name: ${{ env.deb_file }} - $(date +"%Y-%b-%d")
tag: ${{ github.ref_name }}
overwrite: true

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ This repository contains the Linux hid-magicmouse driver with Magic Trackpad 2 U

This driver is based on the work of @RicardoEPRodrigues, @robotrovsky, @svartalf, @0xABAD, and probably others. Thank you!

## Install driver on Debian, Ubuntu, and derivatives

Download the latest release [here](https://github.com/mr-cal/Linux-Magic-Trackpad-2-USB-C-Driver/releases) and install it with:

```bash
sudo dpkg -i magicmouse-hid*.deb
```

## Install Driver with DKMS

Setup/install with:
Expand Down

0 comments on commit 8c42b16

Please sign in to comment.