mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix artifacts location
This commit is contained in:
parent
4bd02fb04d
commit
59ad5c59df
8
.github/workflows/cmake_arm.yml
vendored
8
.github/workflows/cmake_arm.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user