Skip to content

Commit 71cf9a6

Browse files
committed
Update logging
1 parent 7bf195f commit 71cf9a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)