File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,20 @@ jobs:
1717 steps :
1818 - name : Checkout repository
1919 uses : actions/checkout@v4
20-
20+
2121 - name : (Python) Add msbuild to PATH
2222 uses : microsoft/setup-msbuild@v2
2323
2424 - name : (Python) Download 3.11.8 win32 source
2525 run : . scripts\build.ps1
2626
27+ - name : (Python) Upload Python 3.11.8 (32-bit) artifact
28+ uses : actions/upload-artifact@v4
29+ with :
30+ include-hidden-files : true
31+ name : python-3.11.8-32-bit
32+ path : D:\a\pybuilder\pybuilder\Python-3.11.8\
33+
2734 build-linux :
2835 permissions :
2936 contents : write
Original file line number Diff line number Diff line change @@ -25,11 +25,3 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Release /p:Platform=Win32 /p:Runtim
2525msbuild PCBuild/ pcbuild.sln / p:Configuration= Debug / p:Platform= Win32 / p:RuntimeLibrary= MT
2626# verify python is installed
2727PCbuild/ win32/ python.exe -- version
28-
29-
30- mkdir D:/ a/ Millennium/ Millennium/ build/ python
31- # Move the python311.dll binary to the release directory
32- Copy-Item D:/ a/ Millennium/ Millennium/ Python- 3.11 .8 / PCbuild/ win32/ python311.dll D:/ a/ Millennium/ Millennium/ build/ python/ python311.dll
33- Copy-Item D:/ a/ Millennium/ Millennium/ Python- 3.11 .8 / PCbuild/ win32/ python311_d.dll D:/ a/ Millennium/ Millennium/ build/ python/ python311_d.dll
34- Copy-Item D:/ a/ Millennium/ Millennium/ Python- 3.11 .8 / PCbuild/ win32/ python311.lib D:/ a/ Millennium/ Millennium/ build/ python/ python311.lib
35- Copy-Item D:/ a/ Millennium/ Millennium/ Python- 3.11 .8 / PCbuild/ win32/ python311_d.lib D:/ a/ Millennium/ Millennium/ build/ python/ python311_d.lib
You can’t perform that action at this time.
0 commit comments