From e7994e5cd24a574e8d7d4d75df9f7283d8395fad Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 30 Oct 2024 20:02:17 +0100 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/autobuild.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 1ba42990..da1498b7 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -50,7 +50,7 @@ jobs: getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" - getOffline "files/initrd/opt/arc/include" + getOffline "files/p3/configs" getLKMs "files/p3/lkms" getTheme "files/p1/boot/grub" getBuildrootx "brx" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 832679d5..fc4000f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" - getOffline "files/initrd/opt/arc/include" + getOffline "files/p3/configs" getLKMs "files/p3/lkms" getTheme "files/p1/boot/grub" getBuildrootx "brx"