Skip to content

Commit be8598c

Browse files
Shows win installer hash. Closes #742 (#757)
1 parent 2e1f9d4 commit be8598c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ jobs:
117117
with:
118118
name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }}
119119
path: ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe
120+
- name: Installer SHA256 hash
121+
if: contains(matrix.architecture, 'win-')
122+
run: |
123+
$(Get-FileHash ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe -Algorithm SHA256).Hash
120124
create_release:
121125
name: Create Release
122126
needs: [publish_binaries]

0 commit comments

Comments
 (0)