From bbde985d170ba2d13644bb339599a007f7190fb7 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Mon, 19 Feb 2024 22:46:04 +0100 Subject: [PATCH] chore: wip Signed-off-by: Stephan Wendel --- .github/actions/build/action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 55cecb0fb..13c423477 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -55,8 +55,7 @@ runs: fi CONFIG_BASE_DIR="./repository/config" - DEFAULT_CONF="./repository/config/config-defaults.conf" - SBC_CONFIG="${CONFIG_BASE_DIR}/${SBC}" + DEFAULT_CONF="${CONFIG_BASE_DIR}/config-defaults.conf" TMP_CONFIG="/tmp/config.tmp" CONFIG_PATH="./repository/src/config" @@ -95,8 +94,8 @@ runs: main() { generate_header concat_helper "${DEFAULT_CONF}" - concat_helper "${SBC_CONFIG}/${TYPE_CONFIG}" - concat_helper "${SBC_CONFIG}/${BOARD_CONFIG}" + concat_helper "${CONFIG_BASE_DIR}/${TYPE_CONFIG}" + concat_helper "${CONFIG_BASE_DIR}/${TYPE}/${SBC}.conf" generate_exports copy_config