diff options
| author | hathach <[email protected]> | 2021-01-26 21:23:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-26 21:23:51 +0700 |
| commit | 032f55feb66726c24a01f91f53fd6efabb6f99e8 (patch) | |
| tree | 3fd797a5ce87ec644bd39d6c5319173a3767839b /.github/workflows | |
| parent | e230d683ca5ebda82da66935daa91661ad97c662 (diff) | |
try upload build binaries artifacts
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf1c63d3f..64abfb2ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,12 @@ jobs: - name: Build run: python3 tools/build_family.py ${{ matrix.family }} + - uses: actions/upload-artifact@v2 + with: + name: ${{ matrix.family }} + path: _bin/ + #TODO upload release assest upload + # Build all no-family (opharned) boards build-board: runs-on: ubuntu-latest |
