Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down