From 35092b9cdfffb51702e43c2e16cba3438ec643e9 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 12 Apr 2025 08:52:24 +0200 Subject: [PATCH] Use test-sample as analysis sample --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1040725b..a9e1f9b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -340,7 +340,7 @@ jobs: env: EMULATOR_ROOT: ${{github.workspace}}/build/${{matrix.preset}}/artifacts/root EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }} - ANALYSIS_SAMPLE: ${{github.workspace}}/build/${{matrix.preset}}/artifacts/dump-apiset.exe + ANALYSIS_SAMPLE: ${{github.workspace}}/build/${{matrix.preset}}/artifacts/test-sample.exe win-test: name: Windows Test