Merge pull request #17 from peter-evans/ci-fix

Fix CI workflow
This commit is contained in:
Peter Evans
2020-05-03 11:37:59 +09:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
target: [built, committed] target: [built, committed]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- 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