build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-19 15:12:41 +02:00
parent 96832eea28
commit 27b39450ee

View File

@ -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
patches-*.zip