Skip to content

Commit 20a2e72

Browse files
committed
Upload artifact
1 parent e75f000 commit 20a2e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
-p "${ARCH}"
4444
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4545
shell: bash
46+
- name: Upload Artifact
47+
uses: actions/upload-artifact@v4
48+
with:
49+
path: PCBuild/amd64
4650
- name: Display build info # FIXME(diegorusso): remove the `if`
4751
if: inputs.arch != 'arm64'
4852
run: .\\python.bat -m test.pythoninfo

0 commit comments

Comments
 (0)