ci: correctly check assets [skip ci]

This commit is contained in:
Baptiste Augrain 2024-04-13 02:55:38 +02:00
parent 193d8e0a44
commit 7733660b8a

View file

@ -43,6 +43,8 @@ else
ASSETS=$( echo "${GITHUB_RESPONSE}" | jq -c '.assets | map(.name)?' )
elif [[ "${RECHECK_ASSETS}" == "yes" ]]; then
export SHOULD_BUILD="no"
ASSETS=$( echo "${GITHUB_RESPONSE}" | jq -c '.assets | map(.name)?' )
else
ASSETS="null"