mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
Update config-build.yml
This commit is contained in:
@@ -8,15 +8,15 @@ on:
|
||||
|
||||
jobs:
|
||||
generate-config:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Import Merge-SysmonXml.ps1 and generate config
|
||||
run: |
|
||||
Import-Module .\Merge-SysmonXml.ps1
|
||||
Merge-AllSysmonXml -Path ( Get-ChildItem '[0-9]*\*.xml') -AsString | Out-File sysmonconfig.xml
|
||||
shell: pwsh
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: sysmonconfig
|
||||
path: sysmonconfig.xml
|
||||
|
||||
Reference in New Issue
Block a user