Skip to content

Commit

Permalink
Fix artifact overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 13, 2024
1 parent 6d38235 commit ac34be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ runs:
- name: Upload Benchmark Results
uses: actions/upload-artifact@v4
with:
name: benchmarks
name: ${{ inputs.cpu-label }}-${{ inputs.mem-label }}-${{ inputs.compute-type }}
path: ${{ inputs.cpu-label }}-${{ inputs.mem-label }}-${{ inputs.compute-type }}.json
overwrite: true

0 comments on commit ac34be1

Please sign in to comment.