Skip to content

Commit

Permalink
update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 19, 2023
1 parent 2e3d50c commit 72d6741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
run: |
pushd katsu
katsu --output=iso ${{ matrix.variant }}-live.yaml
popd
- name: Upload ISO
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.variant }}-live.iso
path: katsu/out.iso
6 changes: 3 additions & 3 deletions katsu/modules/flagship/budgie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ dnf:
- gnome-control-center
- gdm
- budgie-desktop-defaults
- nautilus
- cinnamon-desktop
- slick-greeter
- nemo*
packages:
- nautilus
- "@base-x"
- "@core"
- "@libreoffice"
Expand Down Expand Up @@ -53,3 +52,4 @@ dnf:
- budgie-extras
- budgie-extras-daemon
- budgie-desktop-view
- ultramarine-flagship-filesystem

0 comments on commit 72d6741

Please sign in to comment.