Skip to content

Commit

Permalink
chore: fix ci demo path
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Rylan <splintercode.cb@gmail.com>
  • Loading branch information
coryrylan committed Apr 27, 2022
1 parent bbc34a2 commit a8cce3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: demo
path: dist/clr-demo/
path: projects/core/dist/storybook/
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
name: demo
path: dist/clr-demo
path: projects/core/dist/storybook/
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success
- name: Get PR Event
Expand Down

0 comments on commit a8cce3b

Please sign in to comment.