Skip to content

Commit 56caf09

Browse files
committed
Fixes unsigned builds breaking due to missing variable
1 parent 28bda2a commit 56caf09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ stages:
7878
- group: CPythonTestSign
7979
- ${{ elseif eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
8080
- group: CPythonSign
81+
- ${{ else }}:
82+
- name: TrustedSigningCertificateSubject
83+
value: CN=00000000-0000-0000-0000-000000000000
8184

8285

8386
steps:

0 commit comments

Comments
 (0)