Skip to content

#35 锁屏时注册解锁热键、解锁时释放热键 #92

#35 锁屏时注册解锁热键、解锁时释放热键

#35 锁屏时注册解锁热键、解锁时释放热键 #92

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- '.github/**'
- 'resources/**'
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore .\src
- name: Build
run: dotnet build .\src