From 4bf2e9287e82c87db0f95df8620f790a428e0ba5 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 13 Apr 2025 13:28:18 +0200 Subject: [PATCH] Use test sample everywhere --- .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 a9e1f9b0..97a6d831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -394,7 +394,7 @@ jobs: env: EMULATOR_ROOT: ${{github.workspace}}/build/release/artifacts/root EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }} - ANALYSIS_SAMPLE: ${{github.workspace}}/build/release/artifacts/dump-apiset.exe + ANALYSIS_SAMPLE: ${{github.workspace}}/build/release/artifacts/test-sample.exe smoke-test-android: