Skip to content

Commit

Permalink
fix: folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 19, 2024
1 parent 542ad44 commit c5b9e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
[
angular17-example,
react-example,
react-tailwind-example,
react-tailwind-template,
vue-example,
]
steps:
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
- name: ⬇ Download build react-tailwind
uses: actions/download-artifact@v4
with:
name: react-tailwind-example
path: ./build/react-tailwind-example
name: react-tailwind-template
path: ./build/react-tailwind-template

- name: ⬇ Download build vue
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c5b9e2b

Please sign in to comment.