diff --git a/.github/workflows/benchmark-ci.yml b/.github/workflows/benchmark-ci.yml index 6c60077e..130841f9 100644 --- a/.github/workflows/benchmark-ci.yml +++ b/.github/workflows/benchmark-ci.yml @@ -39,6 +39,14 @@ jobs: shell: pwsh run: ./benchmark.ps1 -Job Short + - name: Publish BenchmarkDotNet artifacts + uses: actions/upload-artifact@v4 + if: ${{ !cancelled() }} + with: + name: artifacts + path: ./BenchmarkDotNet.Artifacts/results/* + if-no-files-found: error + - name: Get repository name id: get-repo-name shell: pwsh