We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cce0d commit 73589b0Copy full SHA for 73589b0
action.sh
@@ -91,7 +91,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
91
DOWNLOAD_PATH="${RUNNER_TEMP}/${FLUTTER_BUILD}"
92
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
93
then
94
- echo -n "Verifying checksum..."
+ echo -n "Verifying checksum "
95
if [[ $OS == "linux" ]]
96
97
echo "${FLUTTER_RELEASE_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -
0 commit comments