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 ba40fd6 commit 8bc26acCopy full SHA for 8bc26ac
action.sh
@@ -20,7 +20,9 @@ if [ ! -f "$FLUTTER_RELEASE_MANIFEST_FILE" ]; then
20
if [ $? -ne 0 ]; then
21
echo -e "::warning::Failed to fetch Flutter SDK release manifest."
22
fi
23
-elif [ -f "$FLUTTER_RELEASE_MANIFEST_FILE" ]; then
+fi
24
+
25
+if [ -f "$FLUTTER_RELEASE_MANIFEST_FILE" ]; then
26
echo "Using cached Flutter SDK release manifest."
27
28
# Obtain the base URL and override FLUTTER_RELEASE_BASE_URL
0 commit comments