Skip to content

Commit

Permalink
chore(ci): fix bricks dir
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 12, 2025
1 parent a775ebb commit 865c2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 865c2b7

Please sign in to comment.