Skip to content

Commit 801cae3

Browse files
authored
Auto merge of servo#29979 - mrobinson:try-to-fix-build-timings, r=mukilan
Fix upload of build timings on Windows Fixes servo#29948. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix servo#29948. - [x] These changes do not require tests they are GitHub CI fixes. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2 parents c008a01 + ac8ab15 commit 801cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
name: cargo-timings
7272
# Using a wildcard here ensures that the archive includes the path.
73-
path: target/cargo-timings-*
73+
path: C:\\a\\servo\\servo\\target\\cargo-timings-*
7474
- name: Package
7575
run: python mach package --release
7676
- name: Upload Package

0 commit comments

Comments
 (0)