mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 00:40:43 +01:00
add api-{base,head}.json into api-artifact
This commit is contained in:
parent
8cdf1a5908
commit
1a898c94ab
1 changed files with 4 additions and 1 deletions
5
.github/workflows/report-api-diff.yml
vendored
5
.github/workflows/report-api-diff.yml
vendored
|
@ -59,7 +59,10 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: api-artifact
|
||||
path: api-full.json.diff
|
||||
path: |
|
||||
api-full.json.diff
|
||||
api-base.json
|
||||
api-head.json
|
||||
- id: out-diff
|
||||
name: Build diff Comment
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue