build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-30 22:53:08 +02:00
parent 883f0eaf88
commit 04baf49360

View File

@ -58,6 +58,7 @@ jobs:
- name: Build Patches Package
run: |
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
sha256sum patches.zip >checksum.sha256
- name: Upload to Artifacts
if: success() && env.VERSION == ''
@ -66,6 +67,7 @@ jobs:
name: patches
path: |
patches.zip
checksum.sha256
- name: Release
if: success() && env.VERSION != ''
@ -78,3 +80,4 @@ jobs:
${{ steps.Changelog.outputs.changelog }}
artifacts: |
patches.zip
checksum.sha256