Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Feb 19, 2024
1 parent 2c8f67a commit ab7ce94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ runs:
generate_exports() {
for x in $(grep "^[A-Z]" "${TMP_CONFIG}" | cut -d'=' -f1 | sort); do
echo "export ${x}" >> "${TMP_CONFIG}"
if [[ ${x} != "BASE_ZIP_IMG" ]]; then
echo "export ${x}" >> "${TMP_CONFIG}"
fi
done
}
Expand Down

0 comments on commit ab7ce94

Please sign in to comment.