File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,22 @@ jobs:
77
77
run : |
78
78
git clone https://github.com/ps2dev/ps2eth.git
79
79
cd ps2eth && make clean all install
80
+
80
81
- name : Compile wLaunchELF
81
82
run : |
82
83
SCH=${GITHUB_SHA::7}
83
84
echo "#include \"Lang/SPA.LNG\"">lang.h
84
85
make TMANIP=1
85
86
mv BOOT.ELF BOOT-SPA.ELF
86
87
mv BOOT-UNC.ELF BOOT-UNC-SPA.ELF
88
+
89
+ - name : Compile wLaunchELF without network modules
90
+ run : |
91
+ make clean
92
+ make TMANIP=1 ETH=0
93
+ mv BOOT.ELF BOOT-SPA_NO-NETWORK.ELF
94
+ mv BOOT-UNC.ELF BOOT-UNC-SPA_NO-NETWORK.ELF
95
+
87
96
- name : Get short SHA
88
97
id : slug
89
98
run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
95
104
name : wLaunchELF-spanish-${{ steps.slug.outputs.sha8 }}
96
105
path : |
97
106
*.ELF
107
+
98
108
- name : Create release
99
109
if : github.ref == 'refs/heads/master'
100
110
uses : marvinpinto/action-automatic-releases@latest
You can’t perform that action at this time.
0 commit comments