Skip to content

Commit

Permalink
Fix ci artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Jun 2, 2020
1 parent d6b4afe commit e9a82e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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: ./
Expand Down

0 comments on commit e9a82e1

Please sign in to comment.