File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
22
run : bash build.mac.sh
23
23
- uses : actions/upload-artifact@v4
24
24
with :
25
- name : Nuitka-Python311_arm64
25
+ name : Nuitka-Python311_mac_arm64
26
26
path : ~/Library/Nuitka-Python311-arm64
27
27
mac_x64 :
28
28
name : MacOS Intel Build
42
42
run : arch -x86_64 bash build.mac.sh
43
43
- uses : actions/upload-artifact@v4
44
44
with :
45
- name : Nuitka-Python311_x86_64
45
+ name : Nuitka-Python311_mac_x86_64
46
46
path : ~/Library/Nuitka-Python311-x86_64
47
+
48
+ windows :
49
+ name : Windows Build
50
+ runs-on : windows-latest
51
+ steps :
52
+ - name : Check out repository code
53
+ uses : actions/checkout@v4
54
+ - name : Run Build
55
+ run : build.bat
56
+ - uses : actions/upload-artifact@v4
57
+ with :
58
+ name : Nuitka-Python311_windows_x64
59
+ path : output
You can’t perform that action at this time.
0 commit comments