From c9a5d6fdec2304e5a766580ce5122db1fc7175d1 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Tue, 8 Dec 2020 14:42:12 +0100 Subject: [PATCH] ci: Add artifacts collection Signed-off-by: Robert Winkler --- .github/workflows/sphinx-tuttest.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sphinx-tuttest.yml b/.github/workflows/sphinx-tuttest.yml index 2e705d5..d059eef 100644 --- a/.github/workflows/sphinx-tuttest.yml +++ b/.github/workflows/sphinx-tuttest.yml @@ -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