Skip to content

Commit

Permalink
ci: download build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bertram committed Jun 15, 2020
1 parent ce487ce commit c765bcf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v1
with:
name: build
name: build-${{ matrix.node-version }}
path: dist

- name: Lint
Expand Down Expand Up @@ -71,5 +71,10 @@ jobs:
github-token: ${{ secrets.github_token }}
parallel-finished: true

- name: Download build artifacts
uses: actions/download-artifact@v1
with:
name: build-14.x

- name: Semantic Release
run: yarn semantic-release

0 comments on commit c765bcf

Please sign in to comment.