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
8dbc29a898
commit
42b3ed07e1
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -143,7 +143,7 @@ if [[ "$PRINT_ONLY" == true ]]; then
|
|||
echo "CHANNEL=$info_channel"
|
||||
echo "VERSION=$info_version"
|
||||
echo "ARCHITECTURE=$info_architecture"
|
||||
echo "CACHE-KEY=$expanded_key"
|
||||
echo "CACHE-KEY=$CACHE_KEY"
|
||||
echo "CACHE-PATH=$CACHE_PATH"
|
||||
} >>"$GITHUB_OUTPUT"
|
||||
|
||||
|
|
Loading…
Reference in a new issue