ci: correctly check assets [skip ci]
This commit is contained in:
parent
193d8e0a44
commit
7733660b8a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue