Skip to content

Commit

Permalink
Publish artifacts (#532)
Browse files Browse the repository at this point in the history
Publish the artifact results to the workflow from BenchmarkDotNet before it is processed and summarised.
  • Loading branch information
martincostello authored Aug 19, 2024
1 parent 3cc5b07 commit fca934d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/benchmark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fca934d

Please sign in to comment.