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 65b46d8 commit 11d58b9
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 @@ -100,7 +100,7 @@ runs:
generate_exports() {
for x in $(grep "^[A-Z]" "${TMP_CONFIG}" | cut -d'=' -f1 | sort); do
if [[ "${x}" != "BASE_ZIP_IMG" ]]
if [[ "${x}" != "BASE_ZIP_IMG" ]]; then
echo "export ${x}" >> "${TMP_CONFIG}"
fi
done
Expand Down

0 comments on commit 11d58b9

Please sign in to comment.