Skip to content

Commit 17ee7c7

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)