Skip to content

OSD AoT library

OSD AoT library #3346

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
MSBuild_Path: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v3

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Clean up
run: "${{env.MSBuild_Path}}" ${{github.workspace}}/LenovoLegionToolkit.sln -clean /p:Configuration=Release
- name: Build
run: .\make.bat "${{env.MSBuild_Path}}"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: installer
path: build_installer\LenovoLegionToolkitSetup.exe