Skip to content

Commit

Permalink
release-upload: compute checksums of archives and add them to release…
Browse files Browse the repository at this point in the history
… assets
  • Loading branch information
smelc committed May 16, 2024
1 parent 3c1ab2e commit d1fabe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Checksums
run: |
sha256sum cardano-node-* >> sha256sums.txt
- name: Release
uses: input-output-hk/action-gh-release@v1
with:
Expand All @@ -100,3 +103,4 @@ jobs:
cardano-node-*-win64.zip
cardano-node-*-macos.tar.gz
cardano-node-*-linux.tar.gz
sha256sums.txt

0 comments on commit d1fabe9

Please sign in to comment.