Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Dec 7, 2024
1 parent e88c85e commit 110426f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-update-weights.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Short benchmarks (frame-omni-bencher)
name: Weekly update of benchmarks (frame-omni-bencher)

on:
pull_request:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload diff
uses: actions/upload-artifact@v4
with:
name: cmd-output
name: diff-${{ matrix.runtime.name }}
path: diff-${{ matrix.runtime.name }}.patch

apply-diff-commit:
Expand Down

0 comments on commit 110426f

Please sign in to comment.