Skip to content

Commit 59ad5c5

Browse files
committed
fix artifacts location
1 parent 4bd02fb commit 59ad5c5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ jobs:
7676
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
7777
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
7878
run: |
79-
tree -L 3
80-
find device/ -name "*.elf"
81-
find device/ -name "*.elf" -exec mv {} . \;
82-
# find host/ -name "*.elf" -exec mv {} . \;
83-
# find dual/ -name "*.elf" -exec mv {} . \;
79+
find device/ -name "*.elf" -exec mv {} ../ \;
80+
# find host/ -name "*.elf" -exec mv {} ../ \;
81+
# find dual/ -name "*.elf" -exec mv {} ../ \;
8482
8583
- name: Upload Artifacts for rp2040
8684
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'

0 commit comments

Comments
 (0)