Skip to content

Commit

Permalink
bugfix: benchmark artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Van Bouwel committed Jan 28, 2025
1 parent 63b6d3a commit 782c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
# })
- uses: actions/upload-artifact@v4
with:
name: benchmark-report-${{ github.ref }}
name: benchmark-report-pr-${{ github.event.number }}
path: cmd/bench-*.txt
overwrite: true

0 comments on commit 782c38a

Please sign in to comment.