Skip to content

Commit

Permalink
Merge pull request #800 from subspace/fix-windows-cert-hash
Browse files Browse the repository at this point in the history
Update Windows certificate hash
  • Loading branch information
nazar-pc authored Sep 6, 2022
2 parents 55af058 + 8fc69d9 commit 880ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
with:
certificate: '${{ secrets.WINDOWS_CERTIFICATE }}'
password: '${{ secrets.WINDOWS_CERTIFICATE_PW }}'
certificatesha1: '00A427587B911908F59B6C42BA2863109C599C1C'
certificatesha1: 'FCA030AC3840FAED48ADC5A8F734ACFCC857DF37'
folder: '${{ env.PRODUCTION_TARGET }}'
# Allow code signing to fail on non-release builds and in non-subspace repos (forks)
continue-on-error: ${{ github.github.repository_owner != 'subspace' || github.event_name != 'push' || github.ref_type != 'tag' }}
Expand Down

0 comments on commit 880ccf4

Please sign in to comment.