mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: CI - ESR name
This commit is contained in:
parent
9429288d74
commit
89382e1aaa
1 changed files with 3 additions and 12 deletions
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
|
|
@ -43,13 +43,13 @@ jobs:
|
|||
name: "Lepton-Proton-Style"
|
||||
branch: "proton-style"
|
||||
- mode: "ESR"
|
||||
name: "Lepton"
|
||||
name: "ESR-Lepton"
|
||||
branch: "master"
|
||||
- mode: "ESR"
|
||||
name: "Lepton-Photon-Style"
|
||||
name: "ESR-Lepton-Photon-Style"
|
||||
branch: "photon-style"
|
||||
- mode: "ESR"
|
||||
name: "Lepton-Proton-Style"
|
||||
name: "ESR-Lepton-Proton-Style"
|
||||
branch: "proton-style"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -99,17 +99,8 @@ jobs:
|
|||
zip -rv ${{ matrix.name }}.zip chrome CREDITS LICENSE user.js install.sh install.ps1
|
||||
|
||||
- uses: softprops/action-gh-release@v1 # actions/create-release, actions/upload-release-asset is deprecated
|
||||
if: matrix.mode == 'STANDARD'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: |
|
||||
${{ matrix.name }}.zip
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
if: matrix.mode == 'ESR'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: |
|
||||
ESR-${{ matrix.name }}.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue