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 @@ -43,7 +43,7 @@ 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 the current release hash and architecture."
46+ echo " ::warning::No matching version found for the current release hash and architecture. (hash = ${__HASH} ) "
4747 echo " ::warning::Attempting to find the latest version with matching channel and architecture instead..."
4848 __QUERY=" select(.channel == \" ${FLUTTER_CHANNEL} \" and .dart_sdk_arch == \" ${FLUTTER_ARCH} \" )"
4949 FLUTTER_VERSION=$( jq -r " .releases | map(${__QUERY} ) | .[0].version" " $FLUTTER_RELEASE_MANIFEST_FILE " )
You can’t perform that action at this time.
0 commit comments