From 27b39450eebb649e87b3312424f85ab864c67c82 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 19 Oct 2024 15:12:41 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c4afac..2d8be42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,15 +56,7 @@ jobs: - name: Build Patches Package run: | - zip -9j patches.zip -j *.patch *.sh VERSION - - - name: Upload to Artifacts - if: success() && env.VERSION == '' - uses: actions/upload-artifact@v4 - with: - name: patches - path: | - patches.zip + zip -9j patches-${{ env.VERSION }}.zip -j *.patch *.sh VERSION - name: Release if: success() && env.VERSION != '' @@ -77,4 +69,4 @@ jobs: body: | ${{ steps.Changelog.outputs.changelog }} artifacts: | - patches.zip \ No newline at end of file + patches-*.zip \ No newline at end of file