Skip to content

Commit f067964

Browse files
Disable DLL signing step in build workflow - temporarily
1 parent 3c09d68 commit f067964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
shell: pwsh
5454

5555
- name: Sign all DLL files
56+
if: false # This step will never run
5657
shell: pwsh
5758
env:
5859
CERT_PASS: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)