Skip to content

Commit 3533f42

Browse files
committed
fix step ID
1 parent f0fd15c commit 3533f42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
env:
6868
RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata"
6969

70-
- name: Find built wheel.
71-
id: find_wheel
70+
- name: Find PGO built wheel.
71+
id: pgo-wheel
7272
run: echo "path=$(ls dist/*.whl)" | tee -a "$GITHUB_OUTPUT"
7373

7474
- name: Install PGO wheel.

0 commit comments

Comments
 (0)