Skip to content

chore:降低文件校验的日志等级 #1

chore:降低文件校验的日志等级

chore:降低文件校验的日志等级 #1

Workflow file for this run

name: Build Test
on:
push:
branches: [dev]
paths:
- 'Plain Craft Launcher 2/**'
- 'Plain Craft Launcher 2.sln'
- '.github/workflows/**'
pull_request:
paths:
- 'Plain Craft Launcher 2/**'
- 'Plain Craft Launcher 2.sln'
- '.github/workflows/**'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
include:
- configuration: DebugCI
architecture: x64
- configuration: DebugCI
architecture: ARM64
fail-fast: false
uses: ./.github/workflows/reusable-build.yml
with:
configuration: ${{ matrix.configuration }}
architecture: ${{ matrix.architecture }}
secrets: inherit