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