From 647dd7dade3f4abe27ce74eacdbfb056e6216ece Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Sun, 10 Nov 2024 08:47:22 -0600 Subject: [PATCH] ci: fix deb release name Signed-off-by: Callahan Kovacs --- .github/workflows/publish.yaml | 7 ++----- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ddb95ea..1d01e6d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -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" diff --git a/README.md b/README.md index be22455..3e4c6f6 100644 --- a/README.md +++ b/README.md @@ -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: