From f155065c7351545dbbbfdd6613a141b2dcc802b3 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Mon, 4 Mar 2024 20:59:15 +0000 Subject: [PATCH] Fix artifact name --- .github/workflows/build_iso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 35bb024..f9ae92e 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -41,7 +41,7 @@ jobs: ARCH: ${{ contains(matrix.image_tag, 'amd64') && 'x86_64' || 'arm64' }} IMAGE_NAME: ${{ matrix.image_name }} IMAGE_REPO: ghcr.io/ublue-os - # Cannot use Silverblue variant since we need the user creation options in anaconda + # We cannot use Silverblue variant since we need the user creation options in anaconda VARIANT: 'Kinoite' VERSION: ${{ env.INSTALLER_VERSION }} IMAGE_TAG: ${{ matrix.image_tag }} @@ -51,7 +51,7 @@ jobs: - name: Upload ISOs and Checksum to Job Artifacts uses: actions/upload-artifact@v4 with: - name: ${{ matrix.image_name }}-${{ matrix.image_tag }}-${{ matrix.major_version}} + name: ${{ matrix.image_name }}-${{ matrix.image_tag }} path: ${{ steps.build.outputs.output-directory }} if-no-files-found: error retention-days: 0