diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e02fb2..bcaaf70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: echo "SUBJECT=$(cat CHANGES.TITLE)" >> "$GITHUB_OUTPUT" echo 'BODY<> "$GITHUB_OUTPUT" cat CHANGES >> "$GITHUB_OUTPUT" + sha256sum tools/*.zip | sed -e 's/^/- /g' >> "$GITHUB_OUTPUT" echo 'EOF' >> "$GITHUB_OUTPUT" - name: Binary Attestation uses: actions/attest-build-provenance@v1 @@ -43,7 +44,7 @@ jobs: - name: Release Making uses: softprops/action-gh-release@v2 with: - body_path: CHANGES + body: ${{ steps.release-asset.outputs.BODY }} name: ${{ steps.release-asset.outputs.SUBJECT }} files: | tools/*.zip diff --git a/CHANGES b/CHANGES index 426d772..84c57d3 100644 --- a/CHANGES +++ b/CHANGES @@ -13,3 +13,8 @@ Review the commit history if you want to get a deep insight about the changes. ### Feedback? If you have issues with this version, report to us by [making a new issue ticket](https://github.com/Aptivi/BassBoom/issues/new). + +### Sum hashes + +To verify integrity of your download, compare the SHA256 sum of your downloaded file with the following information: +