Skip to content

Commit c88e748

Browse files
committed
retry hw test
1 parent 7fb74a3 commit c88e748

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ jobs:
7474
# Upload binaries for hardware test with self-hosted
7575
- name: Prepare rp2040 Artifacts
7676
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
77-
run: find examples/ -name "*.elf" -exec mv {} . \;
77+
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
78+
run: |
79+
find device/ -name "*.elf" -exec mv {} . \;
80+
# find host/ -name "*.elf" -exec mv {} . \;
81+
# find dual/ -name "*.elf" -exec mv {} . \;
7882
7983
- name: Upload Artifacts for rp2040
8084
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'

0 commit comments

Comments
 (0)