Browse Source

ci: correctly check assets [skip ci]

Baptiste Augrain 1 year ago
parent
commit
7733660b8a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      check_tags.sh

+ 2 - 0
check_tags.sh

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