Skip to content

Commit

Permalink
ci/Action: fix artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Oct 3, 2022
1 parent 137f61a commit 3ef329c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 3ef329c

Please sign in to comment.