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