Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: zenobit <[email protected]>
  • Loading branch information
zen0bit committed Jan 18, 2024
1 parent 8d7ea01 commit b1a3dbc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,34 @@ concurrency:
cancel-in-progress: true

jobs:
listing:
supported:
name: List supported
runs-on: self-hosted

steps:
- uses: actions/checkout@v3
- name: Generating supported OS with releases and editions
- name: List supported Operating Systems
run: |
echo " Supported:"
./quickget -ls > supported.list
- name: Archive supported.list
- name: Archive production artifacts
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: supported.list
path: |
supported.list
- name: Generating ISO links list
uses: actions/checkout@v3
links:
name: List ISO links
runs-on: self-hosted
steps:
- name: List ISO links
run: |
echo " ISOs:"
./quickget -li > ISOs.list
- name: Archive ISOs.list
- name: Archive production artifacts
uses: actions/upload-artifact@v3
if: success() || failure()
with:
Expand Down

0 comments on commit b1a3dbc

Please sign in to comment.