Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent 45c033d commit 344ad18
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ISO images (with Katsu)
name: Build Live ISO images (with Katsu)

env:
DNF_PKGS: |
Expand Down Expand Up @@ -39,12 +39,15 @@ on:
workflow_dispatch:

jobs:
build:
live-iso:
strategy:
fail-fast: false
matrix:
variant:
- flagship
- gnome
- kde
- pantheon
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f38
Expand Down Expand Up @@ -76,11 +79,11 @@ jobs:
- name: Build ISO
run: |
pushd katsu
katsu --output=iso ${{ matrix.variant }}-live.yaml
katsu --output=iso modules/${{ matrix.variant }}/${{ matrix.variant }}-live.yaml
popd
- name: Upload ISO
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.variant }}-live.iso
name: ${{ matrix.variant }}-live
path: katsu/out.iso

0 comments on commit 344ad18

Please sign in to comment.