From ccaf7e66e00c74d77459d4a23bd79355445e03f4 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 10 Jan 2026 16:39:45 +0100 Subject: [PATCH] fixes elf path in github action --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index af84b8a..f9bceef 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -42,5 +42,5 @@ jobs: - name: Smoke Test working-directory: ${{github.workspace}} - run: ${{github.workspace}}/build/${{env.BUILD_TYPE}}/src/riscv-vp -f ${{github.workspace}}/fw/hello-world/hello.elf + run: ${{github.workspace}}/build/${{env.BUILD_TYPE}}/src/riscv-vp -f ${{github.workspace}}/fw/hello-world/prebuilt/hello.elf