We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1f9d4 commit be8598cCopy full SHA for be8598c
.github/workflows/create-release.yml
@@ -117,6 +117,10 @@ jobs:
117
with:
118
name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }}
119
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
124
create_release:
125
name: Create Release
126
needs: [publish_binaries]
0 commit comments