From 800ed8ecd34c9ac9ac43eec577a4193ca5eb0835 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:21:28 -0600 Subject: [PATCH] feat: Update isogenerator to latest version 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 921a14b9ddd..28f52d9000a 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Build ISOs #if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch - uses: ublue-os/isogenerator@1.0.7 + uses: ublue-os/isogenerator@1.0.8 with: ARCH: x86_64 IMAGE_NAME: ${{ matrix.image_name }} @@ -42,8 +42,9 @@ jobs: VARIANT: 'Silverblue' 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.5 + ACTION_REF: 1.0.8 - name: Upload ISOs and SHA Checksum Files to R2 shell: bash run: |