Skip to content

Commit

Permalink
Merge pull request #1421 from HowlingWolfHWC/master
Browse files Browse the repository at this point in the history
An ELF file is added to the latest release compilation script.
  • Loading branch information
AKuHAK authored Jan 18, 2025
2 parents d5e0998 + 687121c commit 200eaa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
cp -f OPNPS2LD-${{ env.OPL_VERSION }}.7z OPNPS2LD.7z
cp -f OPNPS2LD-VARIANTS-${{ env.OPL_VERSION }}.7z OPNPS2LD-VARIANTS.7z
cp -f OPNPS2LD-LANGS-${{ env.OPL_VERSION }}.7z OPNPS2LD-LANGS.7z
cp -f OPNPS2LD/OPNPS2LD-${{ env.OPL_VERSION }}.ELF OPNPS2LD.ELF
- name: Create prerelease
if: github.ref == 'refs/heads/master'
Expand All @@ -208,6 +209,7 @@ jobs:
OPNPS2LD.7z
OPNPS2LD-VARIANTS.7z
OPNPS2LD-LANGS.7z
OPNPS2LD.ELF
- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -223,6 +225,7 @@ jobs:
OPNPS2LD.7z
OPNPS2LD-VARIANTS.7z
OPNPS2LD-LANGS.7z
OPNPS2LD.ELF
- name: Upload pre-release to Mega
if: github.ref == 'refs/heads/master' && env.USERNAME != null
Expand Down

0 comments on commit 200eaa7

Please sign in to comment.