diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index b71cbf1..a0b0c6c 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -104,7 +104,7 @@ jobs: - name: Upload ISO as artifact uses: actions/upload-artifact@v4 with: - name: ISOs + name: ${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}.iso path: end_iso/*.iso if-no-files-found: error retention-days: 0