diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f0f3b95d..c8d669eb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |