From 04baf49360bfcc352f951e97c98f8ad62371e873 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 30 May 2024 22:53:08 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29700f8..2ffa2e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 != '' @@ -77,4 +79,5 @@ jobs: body: | ${{ steps.Changelog.outputs.changelog }} artifacts: | - patches.zip \ No newline at end of file + patches.zip + checksum.sha256 \ No newline at end of file