diff --git a/scripts/build.sh b/scripts/build.sh
index 820d4906e74aebe23b49bd5c3f5d0328e457a67d..5cefaefe2caa89ab171ff434b3c08758803228c4 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
 }