From 2bcd91f8b866e88b72ded6eef1ccc3f70449237e Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 12 Oct 2025 00:00:00 +0900 Subject: [PATCH] Chore: Release name change for legacy Firefox 117 #1131 --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5bd37e..4545552 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,14 +42,14 @@ jobs: - mode: "STANDARD" name: "Lepton-Proton-Style" branch: "proton-style" - - mode: "ESR" - name: "ESR-Lepton" + - mode: "LegacyV117" + name: "LegacyV117-Lepton" branch: "master" - - mode: "ESR" - name: "ESR-Lepton-Photon-Style" + - mode: "LegacyV117" + name: "LegacyV117-Lepton-Photon-Style" branch: "photon-style" - - mode: "ESR" - name: "ESR-Lepton-Proton-Style" + - mode: "LegacyV117" + name: "LegacyV117-Lepton-Proton-Style" branch: "proton-style" steps: - uses: actions/checkout@v4 @@ -75,8 +75,8 @@ jobs: rm css/leptonChromeESR.css rm css/leptonContentESR.css - - name: Processing for ESR - if: matrix.mode == 'ESR' + - name: Processing for LegacyV117 + if: matrix.mode == 'LegacyV117' run: | sed -i "s/\.css/ESR\.css/g" userChrome.css sed -i "s/\.css/ESR\.css/g" userContent.css