From 4ec42356886e58b4eb96362008c6d880e38a7560 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:03:31 +0000 Subject: [PATCH] fix iso name --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 013f400..815ca95 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -67,7 +67,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ISOs - path: results/images/deploy.iso + path: results/images/boot.iso if-no-files-found: error retention-days: 0 compression-level: 0