File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ jobs:
192
192
cp -f OPNPS2LD-${{ env.OPL_VERSION }}.7z OPNPS2LD.7z
193
193
cp -f OPNPS2LD-VARIANTS-${{ env.OPL_VERSION }}.7z OPNPS2LD-VARIANTS.7z
194
194
cp -f OPNPS2LD-LANGS-${{ env.OPL_VERSION }}.7z OPNPS2LD-LANGS.7z
195
+ cp -f OPNPS2LD/OPNPS2LD-${{ env.OPL_VERSION }}.ELF OPNPS2LD.ELF
195
196
196
197
- name : Create prerelease
197
198
if : github.ref == 'refs/heads/master'
@@ -208,6 +209,7 @@ jobs:
208
209
OPNPS2LD.7z
209
210
OPNPS2LD-VARIANTS.7z
210
211
OPNPS2LD-LANGS.7z
212
+ OPNPS2LD.ELF
211
213
212
214
- name : Create release
213
215
if : startsWith(github.ref, 'refs/tags/v')
@@ -223,6 +225,7 @@ jobs:
223
225
OPNPS2LD.7z
224
226
OPNPS2LD-VARIANTS.7z
225
227
OPNPS2LD-LANGS.7z
228
+ OPNPS2LD.ELF
226
229
227
230
- name : Upload pre-release to Mega
228
231
if : github.ref == 'refs/heads/master' && env.USERNAME != null
You can’t perform that action at this time.
0 commit comments