mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-20 14:37:58 -04:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user