Skip to content

Commit 200eaa7

Browse files
authored
Merge pull request #1421 from HowlingWolfHWC/master
An ELF file is added to the latest release compilation script.
2 parents d5e0998 + 687121c commit 200eaa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compilation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
cp -f OPNPS2LD-${{ env.OPL_VERSION }}.7z OPNPS2LD.7z
193193
cp -f OPNPS2LD-VARIANTS-${{ env.OPL_VERSION }}.7z OPNPS2LD-VARIANTS.7z
194194
cp -f OPNPS2LD-LANGS-${{ env.OPL_VERSION }}.7z OPNPS2LD-LANGS.7z
195+
cp -f OPNPS2LD/OPNPS2LD-${{ env.OPL_VERSION }}.ELF OPNPS2LD.ELF
195196
196197
- name: Create prerelease
197198
if: github.ref == 'refs/heads/master'
@@ -208,6 +209,7 @@ jobs:
208209
OPNPS2LD.7z
209210
OPNPS2LD-VARIANTS.7z
210211
OPNPS2LD-LANGS.7z
212+
OPNPS2LD.ELF
211213
212214
- name: Create release
213215
if: startsWith(github.ref, 'refs/tags/v')
@@ -223,6 +225,7 @@ jobs:
223225
OPNPS2LD.7z
224226
OPNPS2LD-VARIANTS.7z
225227
OPNPS2LD-LANGS.7z
228+
OPNPS2LD.ELF
226229
227230
- name: Upload pre-release to Mega
228231
if: github.ref == 'refs/heads/master' && env.USERNAME != null

0 commit comments

Comments
 (0)