mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 11:46:40 +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:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist
|
path: dist
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: action.yml
|
||||||
|
path: action.yml
|
||||||
- id: vars
|
- id: vars
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ github.event_name }}" == "pull_request" ]]; then \
|
if [[ "${{ github.event_name }}" == "pull_request" ]]; then \
|
||||||
@ -49,6 +53,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: 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
|
- name: Test create comment
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user