mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
ci: Add artifacts collection
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
0e4eeba99f
commit
c9a5d6fdec
1 changed files with 6 additions and 0 deletions
6
.github/workflows/sphinx-tuttest.yml
vendored
6
.github/workflows/sphinx-tuttest.yml
vendored
|
@ -54,3 +54,9 @@ jobs:
|
|||
|
||||
- name: Build examples
|
||||
run: docker exec -t $DOCKER_NAME .github/scripts/build.sh ${{matrix.fpga-fam}} ${{matrix.example}}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: symbiFlow-examples_bitstreams
|
||||
path: |
|
||||
**/*.bit
|
||||
|
|
Loading…
Reference in a new issue