From 3b3d57e65c9e820d88578dd38697012028b6274d Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 14 Jun 2021 17:00:04 -0400 Subject: [PATCH] fix: drop error to debug for archive --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index bcfbece..8798351 100755 --- a/deploy.sh +++ b/deploy.sh @@ -72,7 +72,7 @@ if [ -z "$INPUT_ARCHIVE" ]; then echo "::debug::Zip Archive created." else - echo "::error::$INPUT_ARCHIVE being using as zip filename. Skipping generation of ZIP." + echo "::debug::$INPUT_ARCHIVE being using as zip filename. Skipping generation of ZIP." ZIP_FILENAME="$INPUT_ARCHIVE" fi