Fix ci artifacts

This commit is contained in:
Peter Evans 2020-06-02 18:33:54 +09:00
parent d6b4afe501
commit e9a82e142f

View File

@ -27,6 +27,10 @@ jobs:
with:
name: dist
path: dist
- uses: actions/upload-artifact@v2
with:
name: action.yml
path: action.yml
- id: vars
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then \
@ -49,6 +53,11 @@ jobs:
with:
name: dist
path: dist
- if: matrix.target == 'built' || github.event_name == 'pull_request'
uses: actions/download-artifact@v2
with:
name: action.yml
path: .
- name: Test create comment
uses: ./