From 2a68c746f66a18fc7b2ff00a2d98bb15813d36f4 Mon Sep 17 00:00:00 2001 From: StardustDL Date: Sun, 10 Mar 2024 14:09:30 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f34f84c..a0203d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Remove logs continue-on-error: true run: | - rm -f ./dist/*/*/*.log + rm -f ./dist/data/*/*/*.log - name: Delete previous cache if: ${{ steps.cache-restore.outputs.cache-hit }} continue-on-error: true