From 865c2b7d7074b5e84f41b7f411e137b503004477 Mon Sep 17 00:00:00 2001 From: Wang Shenwei Date: Sun, 12 Jan 2025 17:59:25 +0800 Subject: [PATCH] chore(ci): fix bricks dir --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55d9f5077..dd276e98d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: workflow_conclusion: "" - name: Merge bricks - run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/ + run: cp -r ci-advanced-bricks/* ci-bricks/bricks/ - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -220,7 +220,7 @@ jobs: workflow_conclusion: "" - name: Merge bricks - run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/ + run: cp -r ci-advanced-bricks/* ci-bricks/bricks/ - name: Get yarn cache directory path id: yarn-cache-dir-path