Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 19, 2024
1 parent bbde985 commit 4d3b212
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,16 @@ runs:
}
main() {
local -a files
files=(
${DEFAULT_CONF}
${CONFIG_BASE_DIR}/${TYPE}/${TYPE_CONFIG}
${CONFIG_BASE_DIR}/${TYPE}/${SBC}.conf
)
generate_header
concat_helper "${DEFAULT_CONF}"
concat_helper "${CONFIG_BASE_DIR}/${TYPE_CONFIG}"
concat_helper "${CONFIG_BASE_DIR}/${TYPE}/${SBC}.conf"
for file in "${files[@]}"; do
concat_helper "${file}"
done
generate_exports
copy_config
Expand Down

0 comments on commit 4d3b212

Please sign in to comment.