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.
2 parents 55af058 + 8fc69d9 commit 880ccf4Copy full SHA for 880ccf4
.github/workflows/snapshot-build.yml
@@ -213,7 +213,7 @@ jobs:
213
with:
214
certificate: '${{ secrets.WINDOWS_CERTIFICATE }}'
215
password: '${{ secrets.WINDOWS_CERTIFICATE_PW }}'
216
- certificatesha1: '00A427587B911908F59B6C42BA2863109C599C1C'
+ certificatesha1: 'FCA030AC3840FAED48ADC5A8F734ACFCC857DF37'
217
folder: '${{ env.PRODUCTION_TARGET }}'
218
# Allow code signing to fail on non-release builds and in non-subspace repos (forks)
219
continue-on-error: ${{ github.github.repository_owner != 'subspace' || github.event_name != 'push' || github.ref_type != 'tag' }}
0 commit comments