1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00
This commit is contained in:
Bartek Pacia 2024-04-01 03:41:31 +02:00
parent 729f3f4296
commit 4c5e7d12f8
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -103,7 +103,10 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- run: ./setup.sh -t -p -f test/pubspec.yaml | grep '3.3.10'
- run: |
./setup.sh -t -p -f test/pubspec.yaml | grep '3.3.10'
echo "RUNNER_TOOL_CACHE: $RUNNER_TOOL_CACHE"
echo "RUNNER_TEMP: $RUNNER_TEMP"
shell: bash
- run: ./setup.sh -t -p | grep 'stable'
shell: bash

View file

@ -188,6 +188,7 @@ if [ "$PRINT_ONLY" = true ]; then
if [ "$TEST_MODE" = true ]; then
echo "CHANNEL=$info_channel"
echo "VERSION=$info_version"
# VERSION_FILE is not printed, because it is essentially same as VERSION
echo "ARCHITECTURE=$info_architecture"
echo "CACHE-KEY=$CACHE_KEY"
echo "CACHE-PATH=$CACHE_PATH"
@ -199,6 +200,7 @@ if [ "$PRINT_ONLY" = true ]; then
{
echo "CHANNEL=$info_channel"
echo "VERSION=$info_version"
# VERSION_FILE is not printed, because it is essentially same as VERSION
echo "ARCHITECTURE=$info_architecture"
echo "CACHE-KEY=$CACHE_KEY"
echo "CACHE-PATH=$CACHE_PATH"