Browse Source

try upload build binaries artifacts

hathach 5 years ago
parent
commit
032f55feb6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/build.yml

+ 6 - 0
.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