Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

fix(Java): 错误地启用禁用记录传递 #37

fix(Java): 错误地启用禁用记录传递

fix(Java): 错误地启用禁用记录传递 #37

Workflow file for this run

name: Build Test
on:
push:
branches:
- main
paths-ignore:
- '.editorconfig'
- 'README.md'
pull_request:
branches:
- main
paths-ignore:
- '.editorconfig'
- 'README.md'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
include:
- configuration: Debug
architecture: x64
- configuration: Debug
architecture: ARM64
fail-fast: true
uses: ./.github/workflows/reusable_build.yml
with:
configuration: ${{ matrix.configuration }}
architecture: ${{ matrix.architecture }}
secrets: inherit