Skip to content

Commit

Permalink
add upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Brailor committed Jun 22, 2021
1 parent 913abad commit d201cc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ jobs:
yarn build:storybook
- name: Publish to Chromatic
run: |
cd ./packages/__examples__/
cd ./packages/__examples__/__build__
ls -al
- name: Upload the builded stories directory
uses: actions/upload-artifact@v2
with:
name: builded-storybook-artifact
path: ./packages/__examples__/__build__

0 comments on commit d201cc8

Please sign in to comment.