Skip to content

Commit

Permalink
Tweak log output
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Apr 27, 2024
1 parent 2ac4c57 commit 85f2ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
FLUTTER_BUILD_OS=$FLUTTER_OS
echo "Installing Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel for ${OS}/${ARCH}..."
echo "Installing Flutter SDK version: ${FLUTTER_VERSION} (${FLUTTER_CHANNEL}) on \"${OS}_${ARCH}\" ..."

# Linux
# /stable /linux/ flutter_linux_2.10.2-stable.tar.xz
Expand Down Expand Up @@ -99,7 +99,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
exit 1
fi
else
echo "Cache restored Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel for ${OS}/${ARCH}."
echo "Cache restored Flutter SDK version: ${FLUTTER_VERSION} (${FLUTTER_CHANNEL}) on \"${OS}_${ARCH}\""
fi

# Configure pub to use a fixed location.
Expand Down

0 comments on commit 85f2ad8

Please sign in to comment.