File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 with :
2020 name : Linux
2121 path : build/*.zip
22- windows :
23- name : Windows
22+ windows-x86 :
23+ name : Windows (x86)
24+ runs-on : windows-latest
25+ steps :
26+ - uses : actions/checkout@v4
27+ - uses : msys2/setup-msys2@v2
28+ with :
29+ release : false
30+ msystem : mingw32
31+ install : git make nasm mingw-w64-i686-gcc zip
32+ - name : Compile
33+ shell : msys2 {0}
34+ run : |
35+ make release -j $NUMBER_OF_PROCESSORS
36+ env :
37+ ARCHIVE : 1
38+ - uses : actions/upload-artifact@v4
39+ with :
40+ name : Windows-x86
41+ path : build/*.zip
42+ windows-x86_64 :
43+ name : Windows (x86_64)
2444 runs-on : windows-latest
2545 steps :
2646 - uses : actions/checkout@v4
3757 ARCHIVE : 1
3858 - uses : actions/upload-artifact@v4
3959 with :
40- name : Windows
60+ name : Windows-x86_64
4161 path : build/*.zip
4262 macos :
4363 name : macOS
You can’t perform that action at this time.
0 commit comments