Skip to content

Commit 651d3dc

Browse files
committed
Distinguish freethreading artifact
1 parent bdb6b3b commit 651d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash
4646
- uses: actions/upload-artifact@v4
4747
with:
48-
name: windows-${{ inputs.arch }}-bin
48+
name: windows-${{ inputs.arch }}${{ fromJSON(inputs.free-threading) && '-t' || '' }}-bin
4949
path: ./PCbuild/${{ inputs.arch }}
5050
- name: Display build info
5151
run: .\\python.bat -m test.pythoninfo

0 commit comments

Comments
 (0)