diff --git a/upload-to-storage.sh b/upload-to-storage.sh index 220b4ef..fbd6224 100755 --- a/upload-to-storage.sh +++ b/upload-to-storage.sh @@ -5,7 +5,7 @@ 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 +mv upload-tree upload-tree-old || true if [ ! -d upload-tree ]; then mkdir upload-tree for f in *.raw *.erofs *.efi; do