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 f97dd5c commit 1587126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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}"
Expand Down

0 comments on commit 1587126

Please sign in to comment.