ci: Add artifacts collection
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
0e4eeba99f
commit
c9a5d6fdec
|
@ -54,3 +54,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build examples
|
- name: Build examples
|
||||||
run: docker exec -t $DOCKER_NAME .github/scripts/build.sh ${{matrix.fpga-fam}} ${{matrix.example}}
|
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 New Issue