Skip to content

Commit ca64687

Browse files
Adds printing hash for the release archive (#638)
1 parent 45ca31c commit ca64687

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
filename: '../${{ env.release }}.zip'
4646
directory: './${{ env.release }}'
47+
- name: Release SHA256 hash
48+
run: |
49+
$(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash
4750
- name: Upload release
4851
uses: actions/upload-artifact@v4
4952
with:

0 commit comments

Comments
 (0)