From 2231f79bcf956e0e0898a63924d3c53591308c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:29:46 -0300 Subject: [PATCH] simplify release package lots of people not used to download from github ask wich file to download lots of times. We upload the sime file twice in all cases. as for tagged releases. only leave explicitly tagged files since these tags are not generated again --- .github/workflows/compilation.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 2328edbe7..f8510046f 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -199,8 +199,6 @@ jobs: title: "${{ steps.version.outputs.version }}" files: | OPNPS2LD-${{ env.OPL_VERSION }}.7z - OPNPS2LD-VARIANTS-${{ env.OPL_VERSION }}.7z - OPNPS2LD-LANGS-${{ env.OPL_VERSION }}.7z OPNPS2LD.7z OPNPS2LD-VARIANTS.7z OPNPS2LD-LANGS.7z @@ -216,9 +214,6 @@ jobs: OPNPS2LD-${{ env.OPL_VERSION }}.7z OPNPS2LD-VARIANTS-${{ env.OPL_VERSION }}.7z OPNPS2LD-LANGS-${{ env.OPL_VERSION }}.7z - OPNPS2LD.7z - OPNPS2LD-VARIANTS.7z - OPNPS2LD-LANGS.7z - name: Upload pre-release to Mega if: github.ref == 'refs/heads/master' && env.USERNAME != null