From 6148c67e72a2d2567928ef6aaf85dfed47d415de Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 17 Feb 2026 06:18:33 +0100 Subject: [PATCH] upload-to-storage: move directory instead of remove this should hopefully bypass permission issues caused by the fact that build runs as sudo but upload does not. --- upload-to-storage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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