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:
17
17
steps :
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v4
20
-
20
+
21
21
- name : (Python) Add msbuild to PATH
22
22
uses : microsoft/setup-msbuild@v2
23
23
24
24
- name : (Python) Download 3.11.8 win32 source
25
25
run : . scripts\build.ps1
26
26
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
+
27
34
build-linux :
28
35
permissions :
29
36
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
25
25
msbuild PCBuild/ pcbuild.sln / p:Configuration= Debug / p:Platform= Win32 / p:RuntimeLibrary= MT
26
26
# verify python is installed
27
27
PCbuild/ 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