Skip to content

Commit

Permalink
imp - Roll out hash sum in changelogs
Browse files Browse the repository at this point in the history
---

As we promised yesterday, we've started rolling out hash sums in the releases section.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 10, 2024
1 parent d6681d7 commit db88890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
echo "SUBJECT=$(cat CHANGES.TITLE)" >> "$GITHUB_OUTPUT"
echo 'BODY<<EOF' >> "$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
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit db88890

Please sign in to comment.