mirror of
https://github.com/gorhill/uBlock.git
synced 2025-10-05 21:32:39 +02:00
Lower maintenance burden: Drop assets that never result in feedback
This commit is contained in:
2
.github/workflows/RELEASE.HEAD.md
vendored
2
.github/workflows/RELEASE.HEAD.md
vendored
@@ -5,5 +5,3 @@
|
||||
- **Firefox**: Signing pending <!-- Download the build from [uBlock0_%version%.firefox.signed.xpi](https://github.com/gorhill/uBlock/releases/download/%version%/uBlock0_%version%.firefox.signed.xpi). -->
|
||||
uBO works best on Gecko-based browsers, check out [why](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox).
|
||||
- **Chromium**: Install directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii).
|
||||
- **Thunderbird**: Download [uBlock0_%version%.thunderbird.xpi](https://github.com/gorhill/uBlock/releases/download/%version%/uBlock0_%version%.thunderbird.xpi) and drag it into Thunderbird's _Add-ons Manager_ (requires Thunderbird 91+).
|
||||
- **Node.js**: You can import from [npm](https://www.npmjs.com/package/@gorhill/ubo-core) or download and unzip [uBlock0_%version%.npm.tgz](https://github.com/gorhill/uBlock/releases/download/%version%/uBlock0_%version%.npm.tgz).
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
run: |
|
||||
tools/make-chromium.sh ${{ env.VERSION }}
|
||||
tools/make-firefox.sh ${{ env.VERSION }}
|
||||
tools/make-thunderbird.sh ${{ env.VERSION }}
|
||||
- name: Assemble release notes
|
||||
run: |
|
||||
> release.body.txt
|
||||
@@ -49,4 +48,3 @@ jobs:
|
||||
files: |
|
||||
dist/build/uBlock0_${{ env.VERSION }}.chromium.zip
|
||||
dist/build/uBlock0_${{ env.VERSION }}.firefox.xpi
|
||||
dist/build/uBlock0_${{ env.VERSION }}.thunderbird.xpi
|
||||
|
Reference in New Issue
Block a user