File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ versions=$(jq -r '.[].tag_name' "${TEMP_DIR}/releases-${VENDOR}.json" | sort -V)
126126for version in ${versions}
127127do
128128 prerelease=$( jq -r " .[] | select(.tag_name == \" ${version} \" ) | .prerelease" " ${TEMP_DIR} /releases-${VENDOR} .json" )
129- assets=$( jq -r " .[] | select(.tag_name == \" ${version} \" ) | .assets[] | select(.content_type != \" text/plain\" ) | select (.name | endswith(\" .txt\" ) | not) | select (.name | endswith(\" .bom\" ) | not) | select (.name | endswith(\" .json\" ) | not) | select (.name | endswith(\" -src.tar.gz\" ) | not) | select (.name | endswith(\" -src-full.tar.gz\" ) | not) | select (.name | endswith(\" -src-crac.tar.gz\" ) | not) | select (.name | contains(\" -full-nosign\" ) | not) | .name" " ${TEMP_DIR} /releases-${VENDOR} .json" )
129+ assets=$( jq -r " .[] | select(.tag_name == \" ${version} \" ) | .assets[] | select(.content_type != \" text/plain\" ) | select (.name | endswith(\" .txt\" ) | not) | select (.name | endswith(\" .bom\" ) | not) | select (.name | endswith(\" .json\" ) | not) | select (.name | endswith(\" -src.tar.gz\" ) | not) | select (.name | endswith(\" -src-full.tar.gz\" ) | not) | select (.name | endswith(\" -src-crac.tar.gz\" ) | not) | select (.name | endswith( \" -src-leyden.tar.gz \" ) | not) | select (.name | contains(\" -full-nosign\" ) | not) | .name" " ${TEMP_DIR} /releases-${VENDOR} .json" )
130130 for asset in ${assets}
131131 do
132132 download " ${version} " " ${asset} " " ${prerelease} " || echo " Cannot download ${asset} "
You can’t perform that action at this time.
0 commit comments