From 7d5af539f2d3cfdd27fb926b0875eb1888078e67 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 19 Oct 2024 13:04:54 +0200 Subject: [PATCH] build: rework Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b518bfb..1f880c63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,8 +256,7 @@ jobs: - name: Zip Modules run: | - zip -9 modules.zip -j output/* - for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done + zip -9 modules.zip -j output/*.tgz - name: Release uses: ncipollo/release-action@v1 @@ -270,4 +269,4 @@ jobs: ${{ steps.Changelog.outputs.changelog }} artifacts: | modules.zip - ./output/*.modules \ No newline at end of file + ./output/*.tgz \ No newline at end of file