Skip to content

Commit

Permalink
Direct link for latest release
Browse files Browse the repository at this point in the history
Now latest beta is available on ...release/download/latest/OPNPS2LD.7z and latest stable on ...release/latest/download/OPNPS2LD.7z
  • Loading branch information
AKuHAK committed Jun 22, 2021
1 parent dd66874 commit a779691
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compilation.yml
Expand Up @@ -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'
Expand All @@ -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')
Expand All @@ -171,3 +175,5 @@ jobs:
files: |
OPNPS2LD-${{ steps.version.outputs.version }}.7z
OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z
OPNPS2LD.7z
OPNPS2LD-VARIANTS.7z

0 comments on commit a779691

Please sign in to comment.