Skip to content

Commit

Permalink
add api-{base,head}.json into api-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Oct 23, 2023
1 parent 8cdf1a5 commit 1a898c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/report-api-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1a898c9

Please sign in to comment.