this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix up workflow logic

Chloe 8916f656 3a6538dd

+6 -4
+4 -2
.github/workflows/release.yml
··· 1 1 name: Release 2 2 3 3 on: 4 - workflow_dispatch: 4 + push: 5 5 6 6 jobs: 7 7 release: ··· 24 24 - name: Zip extensions 25 25 run: | 26 26 pnpm zip 27 + mv .output/*-chrome.zip .output/tailname-chrome.zip 27 28 pnpm zip:firefox 29 + mv .output/*-firefox.zip .output/tailname-firefox.zip 28 30 29 31 - name: Create GitHub Release and upload ZIPs 30 32 uses: ncipollo/release-action@v1 31 33 with: 32 - artifacts: ".output/*-chrome.zip,.output/*-firefox.zip" 34 + artifacts: ".output/tailname-chrome.zip,.output/tailname-firefox.zip" 33 35 generateReleaseNotes: true
+2 -2
README.md
··· 21 21 22 22 In the meantime, use the following instructions to sideload the extension: 23 23 24 - 0. Get the [latest release for Chromium](link). 24 + 0. Get the [latest release for Chromium](https://github.com/SapphoSys/tailname/releases/latest/download/tailname-chrome.zip). 25 25 1. Extract the ZIP archive using an archival program of your choice. 26 26 2. Navigate to the Extensions page using [chrome://extensions](chrome://extensions). 27 27 3. Click the "Load unpacked" button. ··· 33 33 34 34 In the meantime, use the following instructions to sideload the extension: 35 35 36 - 0. Get the [latest release for Firefox](link). 36 + 0. Get the [latest release for Firefox](https://github.com/SapphoSys/tailname/releases/latest/download/tailname-firefox.zip). 37 37 1. Navigate to the Extensions page using [about:addons](about:addons). 38 38 2. Click on the settings icon, and select "Install Add-ons From File...". 39 39 3. Select the ZIP archive of the extension.