Skip to content

Commit bdb6b3b

Browse files
committed
Publish artifacts
1 parent f942f32 commit bdb6b3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ jobs:
4343
-p "${ARCH}"
4444
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4545
shell: bash
46+
- uses: actions/upload-artifact@v4
47+
with:
48+
name: windows-${{ inputs.arch }}-bin
49+
path: ./PCbuild/${{ inputs.arch }}
4650
- name: Display build info
4751
run: .\\python.bat -m test.pythoninfo
52+
shell: cmd
4853
- name: Tests
4954
run: >-
5055
.\\PCbuild\\rt.bat

PCbuild/python.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ set PYTHONPATH=$(PySourcePath)Lib
147147
@setlocal
148148
@set PYTHONHOME=$(PySourcePath)
149149
@"$(OutDir)$(PyExeName)$(PyDebugExt).exe" %*
150-
@exit /B %ERRORLEVEL%
151150
</_Content>
152151
<_ExistingContent Condition="Exists('$(PySourcePath)python.bat')">$([System.IO.File]::ReadAllText('$(PySourcePath)python.bat'))</_ExistingContent>
153152
</PropertyGroup>

0 commit comments

Comments
 (0)