tar.gz the v3 models as they are finished

This commit is contained in:
mmcwilliams 2020-08-19 13:13:30 -04:00
parent 46c78a2cb0
commit 365d1e0796
1 changed files with 3 additions and 1 deletions

View File

@ -84,5 +84,7 @@ do
fi
done
# zip all
zip -r "./releases/gnal_${SIZE}_v3.zip" "./stl/${SIZE}_v3"
zip -x ".*" -r "./releases/gnal_${SIZE}_v3.zip" "./stl/${SIZE}_v3/"
# tar all
tar --exclude=".*" -czvf "./releases/gnal_${SIZE}_v3.tar.gz" "./stl/${SIZE}_v3/"
done