This commit is contained in:
hathach 2021-01-26 21:46:11 +07:00
parent 032f55feb6
commit 0a673de78a
1 changed files with 8 additions and 4 deletions

View File

@ -62,10 +62,14 @@ 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 - name: test
with: run: |
name: ${{ matrix.family }} ls -a _bin/*
path: _bin/
#- uses: actions/upload-artifact@v2
# with:
# name: ${{ matrix.family }}
# path: _bin/
#TODO upload release assest upload #TODO upload release assest upload
# Build all no-family (opharned) boards # Build all no-family (opharned) boards