From 34fec810ee0383c4513fe9ff794301dc0d316f20 Mon Sep 17 00:00:00 2001 From: DevKiD <75792299+DevKiDCosmo@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:19:10 +0100 Subject: [PATCH 1/3] Correct folder upload. --- .github/workflows/compile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2c6273c..9779a7f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -32,6 +32,5 @@ jobs: with: name: kernel-qemu path: | - kernel - kernel.bin + bin retention-days: 30 \ No newline at end of file From d6e2ca582ae36a33d15d0a28d073b77d3661fa09 Mon Sep 17 00:00:00 2001 From: DevKiD <75792299+DevKiDCosmo@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:25:39 +0100 Subject: [PATCH 2/3] Specify the location --- .github/workflows/compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9779a7f..6d78b7d 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -33,4 +33,5 @@ jobs: name: kernel-qemu path: | bin + kernel retention-days: 30 \ No newline at end of file From 1b1d62b3b5b27c924d6f60bb1c643b450df10281 Mon Sep 17 00:00:00 2001 From: DevKiD <75792299+DevKiDCosmo@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:34:47 +0100 Subject: [PATCH 3/3] Last Update --- .github/workflows/compile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 6d78b7d..a069093 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -30,8 +30,7 @@ jobs: - name: Upload kernel artifact uses: actions/upload-artifact@v4 with: - name: kernel-qemu + name: kernel-binaries path: | bin - kernel retention-days: 30 \ No newline at end of file