From 8fc69d9be673fac5df12666069eac0bba8873c5f Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Tue, 6 Sep 2022 15:10:28 +0300 Subject: [PATCH] Update Windows certificate hash --- .github/workflows/snapshot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-build.yml b/.github/workflows/snapshot-build.yml index 3fd9143570..106d77ae04 100644 --- a/.github/workflows/snapshot-build.yml +++ b/.github/workflows/snapshot-build.yml @@ -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' }}