From 87441c6f7760c8911df82818e526a7a28e99a427 Mon Sep 17 00:00:00 2001 From: Loosetooth Date: Mon, 16 Dec 2024 15:44:30 +0100 Subject: [PATCH] move workflow file to correct path --- .gitea/{ => workflows}/build-kernel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .gitea/{ => workflows}/build-kernel.yaml (89%) diff --git a/.gitea/build-kernel.yaml b/.gitea/workflows/build-kernel.yaml similarity index 89% rename from .gitea/build-kernel.yaml rename to .gitea/workflows/build-kernel.yaml index 5286761..3ac2995 100644 --- a/.gitea/build-kernel.yaml +++ b/.gitea/workflows/build-kernel.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Nix run: | @@ -24,7 +24,7 @@ jobs: nix-build '' -A config.system.build.kernel --arg configuration ./custom-kernel.nix - name: Upload kernel artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: custom-kernel path: ./result \ No newline at end of file