diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 3ddd3d624..a8ea6608d 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -148,6 +148,8 @@ jobs: cp INFO/* OPNPS2LD-VARIANTS/ 7z a -t7z OPNPS2LD-${{ steps.version.outputs.version }}.7z OPNPS2LD/* 7z a -t7z OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z OPNPS2LD-VARIANTS/* + cp -f OPNPS2LD-${{ steps.version.outputs.version }}.7z OPNPS2LD.7z + cp -f OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z OPNPS2LD-VARIANTS.7z - name: Create prerelease if: github.ref == 'refs/heads/master' @@ -160,6 +162,8 @@ jobs: files: | OPNPS2LD-${{ steps.version.outputs.version }}.7z OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z + OPNPS2LD.7z + OPNPS2LD-VARIANTS.7z - name: Create release if: startsWith(github.ref, 'refs/tags/v') @@ -171,3 +175,5 @@ jobs: files: | OPNPS2LD-${{ steps.version.outputs.version }}.7z OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z + OPNPS2LD.7z + OPNPS2LD-VARIANTS.7z