Skip to content

Commit c5b9e2b

Browse files
authored
fix: folder name
1 parent 542ad44 commit c5b9e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
[
2323
angular17-example,
2424
react-example,
25-
react-tailwind-example,
25+
react-tailwind-template,
2626
vue-example,
2727
]
2828
steps:
@@ -69,8 +69,8 @@ jobs:
6969
- name: ⬇ Download build react-tailwind
7070
uses: actions/download-artifact@v4
7171
with:
72-
name: react-tailwind-example
73-
path: ./build/react-tailwind-example
72+
name: react-tailwind-template
73+
path: ./build/react-tailwind-template
7474

7575
- name: ⬇ Download build vue
7676
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)