Skip to content

Commit

Permalink
added artifact to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
klemmchr authored Jan 8, 2020
1 parent 144f65c commit a483f24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:

- name: Run Build
run: yarn build

- name: Upload Build as Artifact
uses: actions/upload-artifact@v1
with:
name: dist
path: dist

- name: Run Unit Tests
run: |
Expand Down

0 comments on commit a483f24

Please sign in to comment.