diff --git a/.github/workflows/benchmark-ssr.yml b/.github/workflows/benchmark-ssr.yml index dcfb2820325..cedc65e31aa 100644 --- a/.github/workflows/benchmark-ssr.yml +++ b/.github/workflows/benchmark-ssr.yml @@ -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