Skip to content

Commit

Permalink
Fix Workflow syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 3, 2022
1 parent 74e0876 commit 4db4134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark-ssr.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: benchmark-ssr
path:
- "yew-master/output.json"
- "current-pr/output.json"
path: |
yew-master/output.json
current-pr/output.json
retention-days: 1

0 comments on commit 4db4134

Please sign in to comment.