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 @@ -32,7 +32,7 @@ if [[ $FLUTTER_VERSION == "latest" ]]; then
3232 # Determine the latest Flutter SDK version
3333 if [ -f " $FLUTTER_RELEASE_MANIFEST_FILE " ]; then
3434 __FLUTTER_CURRENT_RELEASE=$( jq -r " .current_release.${FLUTTER_CHANNEL} " " $FLUTTER_RELEASE_MANIFEST_FILE " )
35- __QUERY=" select(.hash == \" ${__FLUTTER_CURRENT_RELEASE} \" and .dart_sdk_arch == \" ${ARCH } \" )"
35+ __QUERY=" select(.hash == \" ${__FLUTTER_CURRENT_RELEASE} \" and .dart_sdk_arch == \" ${FLUTTER_ARCH } \" )"
3636 FLUTTER_VERSION=$( jq -r " .releases | map(${__QUERY} ) | .[0].version" " $FLUTTER_RELEASE_MANIFEST_FILE " )
3737 if [ -z " $FLUTTER_VERSION " ] || [ " $FLUTTER_VERSION " == " null" ]; then
3838 echo -e " ::error::Failed to determine the latest Flutter SDK version."
You can’t perform that action at this time.
0 commit comments