From 351466706ba19c782181d954fc15c418a5c2b368 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 22 Feb 2023 16:56:06 +0000 Subject: [PATCH] Fix output path on build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ca88b6..bd3a557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,4 +25,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: PikaOS Kernel - path: builds/ \ No newline at end of file + path: output/ \ No newline at end of file