From 7102ccf29eaa39a2e6a82f06d41721d99ff0bc60 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:02:26 +0000 Subject: [PATCH] set iso loc --- .github/workflows/iso.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 3255a9d..a7e2b41 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -38,13 +38,12 @@ jobs: lorax -p Fedora -v $version -r $version -t Server \ --isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \ --macboot --noupgrade -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/ - find - name: Upload ISO as Artifact uses: actions/upload-artifact@v4 with: name: Fedora-LiveCD.iso - path: results/boot.iso + path: results/images/boot.iso if-no-files-found: error retention-days: 0 compression-level: 0