Skip to content

Commit bbb2899

Browse files
authored
Run select-jobs.py through tee
1 parent b20f57b commit bbb2899

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" | tee -a "$GITHUB_OUTPUT"
9494
9595
build-source:
9696
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)