diff --git a/.check_artifacts.sh b/.check_artifacts.sh new file mode 100755 index 0000000..3cc9323 --- /dev/null +++ b/.check_artifacts.sh @@ -0,0 +1,5 @@ +#!/bin/bash +if [ ! -f $1 ]; then + echo "PDF Missing!" + exit 1 +fi