diff options
| author | hathach <[email protected]> | 2023-06-25 10:15:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-25 10:15:05 +0700 |
| commit | 06d93e95d15b7b6fad4cde608a25c1b50776ec3e (patch) | |
| tree | 57b89fdcbb400a645be3032a71ca417a9116d7b5 /.github | |
| parent | 2ecd7c148db9f370dc151dc2f4fe223a71e9df76 (diff) | |
update hw test l4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_iar.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index cafb75cd8..4b170f2bd 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -52,7 +52,9 @@ jobs: # Upload binaries for hardware test with self-hosted - name: Prepare stm32l412nucleo Artifacts if: contains(matrix.family, 'stm32l4') - run: find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \; + working-directory: ${{github.workspace}}/cmake-build/cmake-build-stm32l412nucleo + run: | + find device/ -name "*.elf" -exec mv {} ../../ \; - name: Upload Artifacts for stm32l412nucleo if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach' |
