From 9ea4b998d09dc46223449256f9212c6425549a2d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Mar 2023 23:33:17 -0800 Subject: `linux/make_artifacts.sh`: create ARTIFACTS directory. --- linux/make_artifacts.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'linux') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 1b4d6dbe0..283b8371b 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -15,6 +15,7 @@ case "$MACHINE" in esac ARTIFACTS="${ARTIFACTS:-/artifacts}" +mkdir -p $ARTIFACTS # This is our sentinel that tells us when we're done. rm -f $ARTIFACTS/DONE -- cgit v1.2.3