summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index ed00ee4dc..ccca0c9be 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -76,11 +76,9 @@ jobs:
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
run: |
- tree -L 3
- find device/ -name "*.elf"
- find device/ -name "*.elf" -exec mv {} . \;
- # find host/ -name "*.elf" -exec mv {} . \;
- # find dual/ -name "*.elf" -exec mv {} . \;
+ find device/ -name "*.elf" -exec mv {} ../ \;
+ # find host/ -name "*.elf" -exec mv {} ../ \;
+ # find dual/ -name "*.elf" -exec mv {} ../ \;
- name: Upload Artifacts for rp2040
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'