mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 12:57:09 -04:00
Store GDS file as artifact after OpenLANE build
This commit is contained in:
parent
09e49f784a
commit
b74344bb48
1 changed files with 5 additions and 0 deletions
5
.github/workflows/openlane.yml
vendored
5
.github/workflows/openlane.yml
vendored
|
@ -12,3 +12,8 @@ jobs:
|
|||
core: serv
|
||||
target: sky130
|
||||
tool: openlane
|
||||
- name: Store artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: serv.gds
|
||||
path: /home/runner/work/serv/serv/build/serv_1.1.0/sky130-openlane/gds/serv_synth_wrapper.gds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue