mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Chore: Release name change for legacy Firefox 117 #1131
This commit is contained in:
parent
4645a41e7e
commit
2bcd91f8b8
1 changed files with 8 additions and 8 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -42,14 +42,14 @@ jobs:
|
||||||
- mode: "STANDARD"
|
- mode: "STANDARD"
|
||||||
name: "Lepton-Proton-Style"
|
name: "Lepton-Proton-Style"
|
||||||
branch: "proton-style"
|
branch: "proton-style"
|
||||||
- mode: "ESR"
|
- mode: "LegacyV117"
|
||||||
name: "ESR-Lepton"
|
name: "LegacyV117-Lepton"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
- mode: "ESR"
|
- mode: "LegacyV117"
|
||||||
name: "ESR-Lepton-Photon-Style"
|
name: "LegacyV117-Lepton-Photon-Style"
|
||||||
branch: "photon-style"
|
branch: "photon-style"
|
||||||
- mode: "ESR"
|
- mode: "LegacyV117"
|
||||||
name: "ESR-Lepton-Proton-Style"
|
name: "LegacyV117-Lepton-Proton-Style"
|
||||||
branch: "proton-style"
|
branch: "proton-style"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -75,8 +75,8 @@ jobs:
|
||||||
rm css/leptonChromeESR.css
|
rm css/leptonChromeESR.css
|
||||||
rm css/leptonContentESR.css
|
rm css/leptonContentESR.css
|
||||||
|
|
||||||
- name: Processing for ESR
|
- name: Processing for LegacyV117
|
||||||
if: matrix.mode == 'ESR'
|
if: matrix.mode == 'LegacyV117'
|
||||||
run: |
|
run: |
|
||||||
sed -i "s/\.css/ESR\.css/g" userChrome.css
|
sed -i "s/\.css/ESR\.css/g" userChrome.css
|
||||||
sed -i "s/\.css/ESR\.css/g" userContent.css
|
sed -i "s/\.css/ESR\.css/g" userContent.css
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue