File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ if [[ $FLUTTER_VERSION == "latest" ]]; then
4343 # Some architectures may not have a matching version in the current release
4444 # I guess well-played Flutter team, well-played...
4545
46- echo " ::warning::No matching version found for architecture \" ${FLUTTER_ARCH} \" . Trying to find the last version with matching architecture..."
46+ echo " ::warning::No matching version found for the current release hash and architecture."
47+ echo " ::warning::Attempting to find the latest version with matching channel and architecture instead..."
4748 __QUERY=" select(.channel == \" ${FLUTTER_CHANNEL} \" and .dart_sdk_arch == \" ${FLUTTER_ARCH} \" )"
4849 FLUTTER_VERSION=$( jq -r " .releases | map(${__QUERY} ) | .[0].version" " $FLUTTER_RELEASE_MANIFEST_FILE " )
4950
You can’t perform that action at this time.
0 commit comments