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 9b35a5b commit 4812c27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:

runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
attestations: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,6 +34,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 @@ -40,7 +43,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 @@ -11,3 +11,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/ChemiStar/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 4812c27

Please sign in to comment.