added artifact to build action

This commit is contained in:
Christian Klemm 2020-01-08 20:52:39 +01:00 committed by GitHub
parent 144f65c459
commit a483f2466f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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: |