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:
parent
ed0e860e8f
commit
8dbc29a898
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue