Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 13, 2023
1 parent 6dfceb0 commit 9d8e81b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
with:
name: histoire-build
if-no-files-found: error
path: ${{env.dir}}/.histoire/dist
path: |
${{env.dir}}/.histoire/dist
./packages/*/dist
retention-days: 1


Expand Down Expand Up @@ -109,7 +111,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: histoire-build
path: ${{env.dir}}/.histoire/dist

- name: Run tests
working-directory: ${{env.dir}}
Expand Down

0 comments on commit 9d8e81b

Please sign in to comment.