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 647dd7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Package the driver
run: ./build-deb.sh
Expand All @@ -27,7 +27,4 @@ jobs:
with:
artifacts: ${{ env.deb_file }}
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
tag: ${{ github.ref_name }}
overwrite: true

tag: "latest"
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 647dd7d

Please sign in to comment.