From a779691cb5f86b435542c11eca624718aa0d2128 Mon Sep 17 00:00:00 2001 From: AKuHAK <621640+AKuHAK@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:58:14 +0300 Subject: [PATCH] Direct link for latest release Now latest beta is available on ...release/download/latest/OPNPS2LD.7z and latest stable on ...release/latest/download/OPNPS2LD.7z --- .github/workflows/compilation.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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