From 712b5a5cb99509b9ad65cd2ce61d868da641d602 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 24 Dec 2024 17:02:15 +0100 Subject: [PATCH] build: update logic Signed-off-by: AuxXxilium --- .github/workflows/autobuild.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ba774562..e7eb0838 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -68,8 +68,6 @@ jobs: getOffline "files/p3/configs" getLKMs "files/p3/lkms" getTheme "files/p1/boot/grub" - getBuildrootx "brx" - getBuildroots "brs" # Export Dependencies Version to env echo "ADDONTAG=${ADDONTAG}" >> $GITHUB_ENV @@ -91,6 +89,8 @@ jobs: run: | . scripts/func.sh + getBuildrootx "brx" + # Modify Source File ARC_BUILD="`date +'%y%m%d'`" ARC_VERSION="${{ inputs.version }}-dev" @@ -170,6 +170,8 @@ jobs: run: | . scripts/func.sh + getBuildroots "brs" + # Modify Source File ARC_BUILD="`date +'%y%m%d'`" ARC_VERSION="${{ inputs.version }}-dev"