From 1587126df65d0ed6ed8695251ee0813b0a6be4fd Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Mon, 19 Feb 2024 20:09:27 +0100 Subject: [PATCH] chore: wip Signed-off-by: Stephan Wendel --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 4ef51aee9..445327704 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -107,6 +107,7 @@ runs: concat_helper "${SBC_CONFIG}/${TYPE_CONFIG}" concat_helper "${SBC_CONFIG}/${BOARD_CONFIG}" generate_exports + copy_config echo "::group::Generate Step output" source "${CONFIG_PATH}" @@ -117,7 +118,6 @@ runs: if [[ "${TYPE}" != "raspberry" ]]; then base_zip_img_helper fi - copy_config # Write config to debug echo "::group::Print config file" cat "${CONFIG_PATH}"