From 30c5a7dbe3adcf395f6de15dd0c71a6aef5d7e5e Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Tue, 31 Mar 2026 14:53:30 -0400 Subject: [PATCH] Update beta release install instructions for Firefox XPI auto-install --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9bbc7cf..4b0f0b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,10 +53,9 @@ jobs: Beta build — signed for self-hosted manual installation. ### Installation Instructions - 1. Download the `.xpi` file - 2. Open Firefox and go to `about:addons` - 3. Click the gear icon and select "Install Add-on From File" - 4. Select the downloaded `.xpi` file + 1. Click the `.xpi` file below + 2. Click "Continue to Installation" + 3. Click "Add" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}