From c596fd8007669c2fb785b619fe183e4be72dd9f5 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Sat, 1 Nov 2025 13:40:05 -0500 Subject: [PATCH] ci: fix artifact path for cs7000p build target The build artifacts were looking for a file ending with , and so it was never picked up. This fixes that problem. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97d173c1..21c91790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: with: name: release-bins path: | - ${{github.workspace}}/build_cm7/openrtx_cs7000p_wrap.bin + ${{github.workspace}}/build_cm7/openrtx_cs7000p_wrap ${{github.workspace}}/build_cm7/openrtx_cs7000p_dfu ${{github.workspace}}/build_arm/openrtx_cs7000_bin ${{github.workspace}}/build_arm/openrtx_cs7000_dfu