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:45:02 +07:00
parent 8dbc29a898
commit 42b3ed07e1
No known key found for this signature in database

View file

@ -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"