mirror of
https://github.com/olofk/serv.git
synced 2026-01-27 20:17:26 +00:00
Store GDS file as artifact after OpenLANE build
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user