Skip to content

Commit ad07089

Browse files
committed
Fix typo
1 parent 5e1f947 commit ad07089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: "Select jobs"
9191
id: select-jobs
9292
run: |
93-
./select-jobs.py "$CPYTHON_RELEASE" >> "$GITHUB_OUTPUT"
93+
./select_jobs.py "$CPYTHON_RELEASE" >> "$GITHUB_OUTPUT"
9494
9595
build-source:
9696
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)