Skip to content

Commit 58b2a76

Browse files
authored
Fix MATE spellings
1 parent 208ce59 commit 58b2a76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
prerelease: false
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
Mate:
81+
MATE:
8282
runs-on: ubuntu-24.04
8383
steps:
8484
- uses: actions/checkout@v6
@@ -207,7 +207,7 @@ jobs:
207207
env:
208208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209209
Publish:
210-
needs: [Cinnamon, XFCE, Mate]
210+
needs: [Cinnamon, XFCE, MATE]
211211
runs-on: ubuntu-latest
212212
steps:
213213

@@ -264,7 +264,7 @@ jobs:
264264
265265
# Update the links
266266
update_links(data['all'], "Linux Mint - Cinnamon", [new_link_cinnamon_1, new_link_cinnamon_2], "${{ env.sha256cinnamon }}")
267-
update_links(data['all'], "Linux Mint - Mate", [new_link_mate_1, new_link_mate_2], "${{ env.sha256mate }}")
267+
update_links(data['all'], "Linux Mint - MATE", [new_link_mate_1, new_link_mate_2], "${{ env.sha256mate }}")
268268
update_links(data['all'], "Linux Mint - XFCE", [new_link_xfce_1, new_link_xfce_2], "${{ env.sha256xfce }}")
269269
270270
# Save the updated JSON back to the file

0 commit comments

Comments
 (0)