From 4e09fb0ce259f662a0ce08c52cd1309becab6474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 11 Jan 2022 19:51:11 +0100 Subject: [PATCH] Update build-kernel.yml --- .github/workflows/build-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-kernel.yml b/.github/workflows/build-kernel.yml index 740e5311..37257458 100644 --- a/.github/workflows/build-kernel.yml +++ b/.github/workflows/build-kernel.yml @@ -202,7 +202,7 @@ jobs: echo "FILE_NAME=${BRANCH}-${FAMILY}" >> $GITHUB_ENV echo "UPLOAD=true" >> $GITHUB_ENV # Cleanup - sudo find output/debs-beta/. -type f -not \( -name 'linux*' -or -name 'armbian*' \) -print0 | sudo xargs -0 -I {} rm {} + sudo find output/debs-beta/. -type f -not \( -name 'linux*' -or -name 'armbian*' -or -name '.*' \) -print0 | sudo xargs -0 -I {} rm {} # copy edge brach to stable repo sudo cp output/debs-beta/linux-{dtb,image,source,headers}-edge-* output/debs/ || true fi