diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2c6273c..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: | - kernel - kernel.bin + bin retention-days: 30 \ No newline at end of file