Fix ci workflow

This commit is contained in:
Peter Evans 2020-05-03 11:31:45 +09:00
parent 8ed207bcca
commit 2a283f5fc3

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- if: matrix.target == 'built' - if: matrix.target == 'built' || github.event_name == 'pull_request'
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: dist name: dist