From 8506119061f0370b95beb3108c5b80e5c587a258 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 1 Oct 2022 17:03:47 +0800 Subject: [PATCH] update --- .github/workflows/lo-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 48c4dcd..02df7e0 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -99,7 +99,7 @@ jobs: run: | cd ~/lede df -h . - make package/clean + make clean df -h . - name: Build and deploy packages timeout-minutes: 1440 @@ -124,7 +124,8 @@ jobs: run: | cd ~/lede df -h . - make package/clean + rm -rf dl/ + make clean df -h . - name: Prepare artifact