Skip to content

Commit 1ef928b

Browse files
committed
Fix benchmark workflow bugs
1 parent 33c5f3a commit 1ef928b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-tags: true
1616
fetch-depth: 0
1717
- id: last_tag
18-
run: echo ="tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
18+
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
1919

2020
benchmark:
2121
needs: get-tag
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run benchmarks
4040
run: |
4141
uv run .github/scripts/run_benchmarks.py \
42-
--output benchmark-${{matrix.target.name }}.json
42+
--output benchmark-${{ matrix.target.name }}.json
4343
- uses: actions/upload-artifact@v7
4444
with:
4545
name: benchmark-${{ matrix.target.name }}

0 commit comments

Comments
 (0)