Skip to content

Commit 51774f2

Browse files
committed
artifact upload
1 parent 8a26a40 commit 51774f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ jobs:
170170
- name: build
171171
run: TRAVIS_BOARDS="${{ matrix.board }}" python3 -u build_release_files.py
172172
working-directory: tools
173+
- uses: actions/upload-artifact@v1.0.0
174+
with:
175+
name: ${{ matrix.board }}
176+
path: bin/*/*/*
173177

174178
website:
175179
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)