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 13bb3fc commit 51cce0dCopy full SHA for 51cce0d
action.sh
@@ -94,9 +94,9 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
94
echo -n "Verifying checksum..."
95
if [[ $OS == "linux" ]]
96
then
97
- echo "${FLUTTER_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -
+ echo "${FLUTTER_RELEASE_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -
98
else
99
- echo "${FLUTTER_SHA256} ${DOWNLOAD_PATH}" | shasum -a 256 -c -
+ echo "${FLUTTER_RELEASE_SHA256} ${DOWNLOAD_PATH}" | shasum -a 256 -c -
100
fi
101
102
echo -e "::error::Download failed! Please check passed arguments."
0 commit comments