Skip to content

Commit 6d11b83

Browse files
committed
Minor tweak to logging
1 parent 71cf9a6 commit 6d11b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)