Skip to content

Commit 06d93e9

Browse files
committed
update hw test l4
1 parent 2ecd7c1 commit 06d93e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_iar.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
# Upload binaries for hardware test with self-hosted
5353
- name: Prepare stm32l412nucleo Artifacts
5454
if: contains(matrix.family, 'stm32l4')
55-
run: find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \;
55+
working-directory: ${{github.workspace}}/cmake-build/cmake-build-stm32l412nucleo
56+
run: |
57+
find device/ -name "*.elf" -exec mv {} ../../ \;
5658
5759
- name: Upload Artifacts for stm32l412nucleo
5860
if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach'

0 commit comments

Comments
 (0)