diff options
| author | hathach <[email protected]> | 2021-01-26 22:04:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-26 22:04:20 +0700 |
| commit | c2d8aa058427b6b0bc61ab1ad7b49d8f1d52a923 (patch) | |
| tree | a7484325c248b6da8d493d03a4248c319dba4f78 /.github/workflows | |
| parent | 0a673de78afd990a992aacdd09c32abfa7c48e5b (diff) | |
limit artifact to only uf2 for now
due to the large size of combined binaries of all boards + all examples
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59f6f7eab..64abfb2ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,14 +62,10 @@ jobs: - name: Build run: python3 tools/build_family.py ${{ matrix.family }} - - name: test - run: | - ls -a _bin/* - - #- uses: actions/upload-artifact@v2 - # with: - # name: ${{ matrix.family }} - # path: _bin/ + - uses: actions/upload-artifact@v2 + with: + name: ${{ matrix.family }} + path: _bin/ #TODO upload release assest upload # Build all no-family (opharned) boards |
