From fbfddcf7549a0290199b71d8a5b50ca2c3970440 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 8 Oct 2024 22:12:35 +0200 Subject: [PATCH] build: update 3 Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1197ddb6..5c454b51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,14 +252,12 @@ jobs: merge-multiple: true - name: Zip Modules - if: success() && env.VERSION != '' run: | zip -9 modules.zip -j output/* sha256sum modules.zip >checksum.sha256 for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done - name: Release - if: success() && env.VERSION != '' uses: ncipollo/release-action@v1 with: tag: ${{ env.VERSION }}