Thanks to visit codestin.com Credit goes to github.com
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.
1 parent c318d56 commit 821ac75Copy full SHA for 821ac75
.github/workflows/build.yml
@@ -344,8 +344,8 @@ jobs:
344
&& needs.file-check.outputs.run == 'true'
345
}}
346
347
- windows-build: # Test building on Windows
348
- name: Test building on Windows
+ windows-build: # Build on Windows
+ name: Build Windows
349
runs-on: windows-latest
350
needs:
351
- file-check
@@ -389,7 +389,7 @@ jobs:
389
trusted-signing-account-name: Netdata
390
certificate-profile-name: Netdata
391
files-folder: ${{ github.workspace }}\build
392
- files-folder-filter: exe,dll
+ files-folder-filter: exe,dll,sys
393
files-folder-recurse: true
394
file-digest: SHA256
395
timestamp-rfc3161: "http://timestamp.acs.microsoft.com"
0 commit comments