From 7466211c2e44975f97ad8f12b66647129a8c2c1a Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Sat, 4 Mar 2017 00:05:28 +0900 Subject: [PATCH] Add log message --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 820d490..5cefaef 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -36,6 +36,7 @@ transfer_file() { filepath="${1}" if [ -f "${filepath}" ]; then filename="$(basename "${filepath}")" + echo "Uploading ${filename}" curl -T "${filepath}" "https://transfer.sh/${filename}" fi } -- GitLab