ci: save bitstreams and plots to separated artifacts
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
a3023c65d6
commit
fe5f069ee6
|
@ -76,9 +76,12 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: f4pga-examples-bitstreams
|
||||
path: |
|
||||
**/*.bit
|
||||
**/plot_*.svg
|
||||
path: '**/*.bit'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: f4pga-examples-plots
|
||||
path: '**/plot_*.svg'
|
||||
|
||||
|
||||
Test-Surelog:
|
||||
|
@ -130,6 +133,9 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: f4pga-examples-bitstreams-systemverilog-plugin
|
||||
path: |
|
||||
**/*.bit
|
||||
**/plot_*.svg
|
||||
path: '**/*.bit'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: f4pga-examples-plots-systemverilog-plugin
|
||||
path: '**/plot_*.svg'
|
||||
|
|
Loading…
Reference in New Issue