diff options
| author | hathach <[email protected]> | 2024-05-03 18:12:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-03 18:12:55 +0700 |
| commit | fcfd5a66256f5fba4b9871d6dd84050f9a238ab8 (patch) | |
| tree | 9b8f56ad55b6ce0a94c02e112bf3813bfd889b3e /.github/workflows | |
| parent | f38fbbfb2b663cf0977417cf313345f56475cdad (diff) | |
fix ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index a1409b22c..f0937cc85 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -113,7 +113,7 @@ jobs: cmake-build/cmake-build-feather_nrf52840_express/*/*/*.elf - name: Upload Artifacts for Hardware Testing (samd51) - if: matrix.family == 'samd51' && github.repository_owner == 'hathach' + if: matrix.family == 'samd5x_e5x' && github.repository_owner == 'hathach' uses: actions/upload-artifact@v4 with: name: itsybitsy_m4 @@ -139,7 +139,7 @@ jobs: #- 'ra' port later #- 'rp2040' port later - 'samd21' - - 'samd51' + - 'samd5x_e5x' - 'stm32f0' - 'stm32f1' - 'stm32f2' |
