Skip to content

Commit b307aca

Browse files
committed
finishing: update full flow
1 parent 8cdea9c commit b307aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Yosys, OpenROAD and KLayout
3232
uses: ./.github/actions/oseda-cmd
3333
with:
34-
cmd: "cd yosys && ./run.sh && cd ../openroad && ./run.sh && cd ../klayout && ./scripts/finishing.sh"
34+
cmd: "cd yosys && ./run.sh && cd ../openroad && ./run.sh && cd ../klayout && ./finishing.sh"
3535
- name: Upload openroad outputs
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)