Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 821ac75

Browse files
authored
Extend code signing in Windows CI to cover drivers. (#21242)
1 parent c318d56 commit 821ac75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ jobs:
344344
&& needs.file-check.outputs.run == 'true'
345345
}}
346346
347-
windows-build: # Test building on Windows
348-
name: Test building on Windows
347+
windows-build: # Build on Windows
348+
name: Build Windows
349349
runs-on: windows-latest
350350
needs:
351351
- file-check
@@ -389,7 +389,7 @@ jobs:
389389
trusted-signing-account-name: Netdata
390390
certificate-profile-name: Netdata
391391
files-folder: ${{ github.workspace }}\build
392-
files-folder-filter: exe,dll
392+
files-folder-filter: exe,dll,sys
393393
files-folder-recurse: true
394394
file-digest: SHA256
395395
timestamp-rfc3161: "http://timestamp.acs.microsoft.com"

0 commit comments

Comments
 (0)