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.
This commit is contained in:
parent
09fd652bf2
commit
c596fd8007
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue