mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 23:38:06 +00:00
retry hw test
This commit is contained in:
parent
7fb74a33a1
commit
c88e7481be
6
.github/workflows/cmake_arm.yml
vendored
6
.github/workflows/cmake_arm.yml
vendored
@ -74,7 +74,11 @@ jobs:
|
||||
# Upload binaries for hardware test with self-hosted
|
||||
- name: Prepare rp2040 Artifacts
|
||||
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
|
||||
run: find examples/ -name "*.elf" -exec mv {} . \;
|
||||
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
|
||||
run: |
|
||||
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