Skip to content

Commit 1d787f8

Browse files
committed
feat(action): show cache restored message
1 parent d78de66 commit 1d787f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
7777
echo -e "::error::Download failed! Please check passed arguments."
7878
exit 1
7979
fi
80+
else
81+
echo "Cache restored Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS}"
8082
fi
8183

8284
# Configure pub to use a fixed location.

0 commit comments

Comments
 (0)