Skip to content

Commit 880ccf4

Browse files
authored
Merge pull request #800 from subspace/fix-windows-cert-hash
Update Windows certificate hash
2 parents 55af058 + 8fc69d9 commit 880ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
certificate: '${{ secrets.WINDOWS_CERTIFICATE }}'
215215
password: '${{ secrets.WINDOWS_CERTIFICATE_PW }}'
216-
certificatesha1: '00A427587B911908F59B6C42BA2863109C599C1C'
216+
certificatesha1: 'FCA030AC3840FAED48ADC5A8F734ACFCC857DF37'
217217
folder: '${{ env.PRODUCTION_TARGET }}'
218218
# Allow code signing to fail on non-release builds and in non-subspace repos (forks)
219219
continue-on-error: ${{ github.github.repository_owner != 'subspace' || github.event_name != 'push' || github.ref_type != 'tag' }}

0 commit comments

Comments
 (0)