Skip to content

OSD AoT library

OSD AoT library #76

Workflow file for this run

name: Release
on:
push:
tags:
- "[0-9]*.[0-9]*.[0-9]*"
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 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

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