We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd02fb commit 59ad5c5Copy full SHA for 59ad5c5
.github/workflows/cmake_arm.yml
@@ -76,11 +76,9 @@ jobs:
76
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
77
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
78
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 {} . \;
+ find device/ -name "*.elf" -exec mv {} ../ \;
+ # find host/ -name "*.elf" -exec mv {} ../ \;
+ # find dual/ -name "*.elf" -exec mv {} ../ \;
84
85
- name: Upload Artifacts for rp2040
86
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'
0 commit comments