From fe48ae09067b44493e643a7ff905c07c4cab7098 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:35:40 -0600 Subject: [PATCH] feat: Update isogenerator to latest version (#822) This includes fixes for SECURE_BOOT_KEY_URL and allowing all languages to be available in the installer. --- .github/workflows/build_iso.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index ce5abe9d..8256d829 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -35,7 +35,7 @@ jobs: fi echo "EXTRA_BOOT_PARAMS=$EXTRA_BOOT_PARAMS" >> $GITHUB_ENV - name: Build ISOs - uses: ublue-os/isogenerator@1.0.7 + uses: ublue-os/isogenerator@1.0.8 with: ARCH: x86_64 IMAGE_NAME: ${{ matrix.image_name }} @@ -43,8 +43,9 @@ jobs: VARIANT: 'Kinoite' VERSION: ${{ matrix.major_version }} IMAGE_TAG: ${{ matrix.image_tag }} + SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' ACTION_REPO: ublue-os/isogenerator - ACTION_REF: 1.0.7 + ACTION_REF: 1.0.8 EXTRA_BOOT_PARAMS: ${{ env.EXTRA_BOOT_PARAMS }} - name: Upload ISOs and SHA Checksum Files to R2 shell: bash