Skip to content

Commit a8223f5

Browse files
committed
ci: fix full-flow artifacts
1 parent fb59f5b commit a8223f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/full-flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- name: Upload openroad output
3333
uses: actions/upload-artifact@v4
3434
with:
35-
name: croc-openroad
35+
name: croc-openroad-out
3636
path: openroad/out
3737
continue-on-error: true
3838
- name: Upload openroad reports
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: croc-openroad
41+
name: croc-openroad-reports
4242
path: openroad/reports
4343
continue-on-error: true
4444
- name: Upload gds

0 commit comments

Comments
 (0)