mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +08:00
Fix ci artifacts
This commit is contained in:
parent
d6b4afe501
commit
e9a82e142f
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user