From 3ef329ce6f98f044ee4d3eaef481d1ccb7ae017e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 3 Oct 2022 05:12:02 +0200 Subject: [PATCH] ci/Action: fix artifacts Signed-off-by: Unai Martinez-Corral --- .github/workflows/Action.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Action.yml b/.github/workflows/Action.yml index 2b7524f..68a621d 100644 --- a/.github/workflows/Action.yml +++ b/.github/workflows/Action.yml @@ -160,7 +160,8 @@ jobs: uses: actions/upload-artifact@v3 with: name: arty_35-Bitstream-Verilog-Counter - path: test/verilog/counter/top.bit + path: test/verilog/counter/build/arty_35/top.bit + if-no-files-found: error Test-VHDL: @@ -187,7 +188,8 @@ jobs: uses: actions/upload-artifact@v3 with: name: arty_35-Bitstream-VHDL-Counter - path: test/vhdl/counter/top.bit + path: test/vhdl/counter/build/arty_35/Arty_Counter.bit + if-no-files-found: error Test-VHDL-plugin: @@ -214,4 +216,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: arty_35-Bitstream-VHDL-plugin-Counter - path: test/vhdl/counter/top.bit + path: test/vhdl/counter/build/arty_35/Arty_Counter.bit + if-no-files-found: error