mirror of
https://github.com/hathach/tinyusb.git
synced 2025-05-09 23:31:09 +08:00
try upload build binaries artifacts
This commit is contained in:
parent
e230d683ca
commit
032f55feb6
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -62,6 +62,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: python3 tools/build_family.py ${{ matrix.family }}
|
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 all no-family (opharned) boards
|
||||||
build-board:
|
build-board:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user