Skip to content

Feature/systemd query events #2

Feature/systemd query events

Feature/systemd query events #2

Workflow file for this run

name: Windows Portmaster Core DLL
on:
push:
paths:
- 'windows_core_dll/**'
branches:
- master
- develop
pull_request:
paths:
- 'windows_core_dll/**'
branches:
- master
- develop
workflow_dispatch:
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build windows artifacts
shell: powershell
run: |
Set-Location -Path windows_core_dll
powershell -NoProfile -File ./build.ps1