From 0a502a25193a5bd7f05fc3952c54f364f78e5ecf Mon Sep 17 00:00:00 2001 From: Dan Kirkwood Date: Thu, 29 Jun 2017 09:58:20 -0600 Subject: [PATCH] list artifacts --- pkg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg b/pkg index 2912bcb4ef..0c3cf04228 100755 --- a/pkg +++ b/pkg @@ -141,4 +141,11 @@ if (( $failure )); then echo "Failed to build$badproj." fi +if [[ -d dist ]]; then + echo "Results in 'dist':" + ls -lt dist +else + echo "dist artifact directory not found." +fi + exit $failure