Ensure tmp folder exists

This commit is contained in:
Benoit Marty 2023-10-03 15:21:02 +02:00
parent 1bd281be16
commit 89c2130c1d

View file

@ -18,8 +18,10 @@
echo "Zipping the contents of the 'files' directory..."
# Ensure tmp folder exists
mkdir -p tmp
rm -f ./tmp/file_templates.zip
pushd ./tools/templates/files
zip -r ../../../tmp/file_templates.zip .
popd