Skip to content

[CI] Add github workflow for the windows core dll #1

[CI] Add github workflow for the windows core dll

[CI] Add github workflow for the windows core dll #1

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: |

Check failure on line 28 in .github/workflows/windows-dll.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows-dll.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
Set-Location -Path windows_core_dll
powershell -NoProfile -File ./build.ps1