Skip to content

Commit 865c2b7

Browse files
committed
chore(ci): fix bricks dir
1 parent a775ebb commit 865c2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
workflow_conclusion: ""
143143

144144
- name: Merge bricks
145-
run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/
145+
run: cp -r ci-advanced-bricks/* ci-bricks/bricks/
146146

147147
- name: Get yarn cache directory path
148148
id: yarn-cache-dir-path
@@ -220,7 +220,7 @@ jobs:
220220
workflow_conclusion: ""
221221

222222
- name: Merge bricks
223-
run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/
223+
run: cp -r ci-advanced-bricks/* ci-bricks/bricks/
224224

225225
- name: Get yarn cache directory path
226226
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)