diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8ee7e81..346e20bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,13 @@ jobs: runCmd: | git fetch --tags ./scripts/build_targets.sh --type=build + ./scripts/copy_release_binaries.sh --build-dir=build --copy-dir=release ./scripts/build_targets.sh --type=test + - name: Upload firmware artifacts + uses: actions/upload-artifact@v4 + with: + name: artifacts + path: release/* - name: Save ccache uses: actions/cache/save@v4 if: always()