diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 2e8bff78..58a7aaea 100755 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -17,7 +17,7 @@ fi # Run our compile script and exit gracefully if there are no updates if ! doCompile; then - echo ":warning:No changes!" + echo "::warning::No changes!" exit 0 fi