aboutsummaryrefslogtreecommitdiff
path: root/linux/make_artifacts.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-20 10:53:25 -0800
committerJohn MacFarlane <[email protected]>2023-01-20 10:53:25 -0800
commit4d1d956dc8f4ba487ef35629a9c4f63ba200f7aa (patch)
tree4885c8917a2178fabaf03cd51ebea9864a7e333e /linux/make_artifacts.sh
parent48b1370f94df2abc447030559c4284d5b1cedb8d (diff)
make_artifacts.sh: add diagnostic.
Diffstat (limited to 'linux/make_artifacts.sh')
-rw-r--r--linux/make_artifacts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index 1da9efbd3..51be8252f 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -16,6 +16,8 @@ esac
ARTIFACTS="${ARTIFACTS:-/artifacts}"
+ls -l "$ARTIFACTS"
+
# build binaries
cabal --version