feat(ci): update all workflows for el9

This commit is contained in:
madonuko
2024-07-27 00:50:55 +08:00
parent fc373a5b17
commit b31a91d10d
6 changed files with 42 additions and 38 deletions
+2 -5
View File
@@ -3,9 +3,7 @@ name: Push comps updates
on:
push:
branches:
- frawhide
- f40
- f39
- el9
paths:
- comps.xml
workflow_dispatch:
@@ -20,8 +18,7 @@ jobs:
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"terra${ver}" comps.xml
"terra-${branch}" comps.xml