From e790d957d38296449ac2609affcce6906fa07511 Mon Sep 17 00:00:00 2001 From: Tulili Date: Mon, 11 Mar 2024 23:37:27 -0300 Subject: [PATCH] fix(iso): publish ISO even on workflow-run --- .github/workflows/build-iso.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 585c235..5607c10 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -63,10 +63,9 @@ jobs: ENROLLMENT_PASSWORD: 'ublue-os' - name: Upload ISOs and Checksum to Job Artifacts - if: github.event_name == 'pull_request' uses: actions/upload-artifact@v4 with: - name: ${{ matrix.image_name }}-${{ matrix.image_tag }}-${{ matrix.major_version}} + name: ${{ matrix.image.name }}-${{ matrix.image_tag }}-${{ matrix.major_version}} path: ${{ steps.build.outputs.output-directory }} if-no-files-found: error retention-days: 0