Skip to content

add sorting by rulename #24

add sorting by rulename

add sorting by rulename #24

Workflow file for this run

name: Build Sysmon Builder
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller
- name: Build
run: |
pyinstaller --windowed --onedir main.py
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: sysmon-config-builder
path: dist/