make simpler

This commit is contained in:
Alif Rachmawadi
2023-03-21 21:42:52 +07:00
parent ed0e860e8f
commit 8dbc29a898

View File

@@ -146,6 +146,8 @@ if [[ "$PRINT_ONLY" == true ]]; then
echo "CACHE-KEY=$expanded_key"
echo "CACHE-PATH=$CACHE_PATH"
} >>"$GITHUB_OUTPUT"
exit 0
fi
if [[ ! -x "$CACHE_PATH/bin/flutter" ]]; then