mirror of https://github.com/openXC7/prjxray.git
ci: gh: add artifact name
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
f3e7ab4b96
commit
f63752fe3e
|
|
@ -87,6 +87,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
|
name: ${{ matrix.family }}
|
||||||
path: |
|
path: |
|
||||||
**/results*.gz
|
**/results*.gz
|
||||||
**/plot_*.svg
|
**/plot_*.svg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue