mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 12:57:09 -04:00
Fix path to GDS file in openlane CI runner
This commit is contained in:
parent
51c7833fa8
commit
1dc37d9fd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/openlane.yml
vendored
2
.github/workflows/openlane.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
|||
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
|
||||
path: /home/runner/work/serv/serv/build/serv_1.2.1/sky130-openlane/gds/serv_synth_wrapper.gds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue