1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

make simpler

This commit is contained in:
Alif Rachmawadi 2023-03-21 21:42:52 +07:00
parent ed0e860e8f
commit 8dbc29a898
No known key found for this signature in database

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