Skip to content

Commit eee96eb

Browse files
committed
Fix script launch relative paths shiiiit
1 parent 21f5258 commit eee96eb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ jobs:
360360
pattern: size_artifacts_evergreen-arm-*_gold
361361
path: size_artifacts
362362

363+
- name: Move size artifacts
364+
run: mv size_artifacts src/
365+
shell: bash
366+
363367
- name: Process size artifacts
364368
run: |
365369
cd src

chromium/tools/depot_tools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5ab895473c38f358d37dea24ec09429cf3cd1490

v8/v8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 8103d8ca6048e1b459a0e834a0d184f0b3ad3e53

0 commit comments

Comments
 (0)