diff --git a/upload-to-storage.sh b/upload-to-storage.sh index fe6465a..220b4ef 100755 --- a/upload-to-storage.sh +++ b/upload-to-storage.sh @@ -4,6 +4,8 @@ set -eu +# Do not blow the lid off the storage for now. Reset the tree and only publish a select few files +rm -rf upload-tree if [ ! -d upload-tree ]; then mkdir upload-tree for f in *.raw *.erofs *.efi; do