ci/Action: fix artifacts
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
137f61afb4
commit
3ef329ce6f
|
@ -160,7 +160,8 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: arty_35-Bitstream-Verilog-Counter
|
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:
|
Test-VHDL:
|
||||||
|
@ -187,7 +188,8 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: arty_35-Bitstream-VHDL-Counter
|
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:
|
Test-VHDL-plugin:
|
||||||
|
@ -214,4 +216,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: arty_35-Bitstream-VHDL-plugin-Counter
|
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
|
||||||
|
|
Loading…
Reference in New Issue