From 9ff9d8f7d4db7d87d86b7d4ed85c91a3a9572db5 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 30 May 2024 23:13:16 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33af5035..bf0838ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,6 +249,7 @@ jobs: if: success() && env.VERSION != '' run: | zip -9 modules.zip -j output/* + sha256sum modules.zip >checksum.sha256 - name: Release if: success() && env.VERSION != '' @@ -261,4 +262,5 @@ jobs: ${{ steps.Changelog.outputs.changelog }} artifacts: | modules.zip - ./output/*.tgz \ No newline at end of file + ./output/*.tgz + checksum.sha256 \ No newline at end of file