Skip to content

Commit ac8ab15

Browse files
committed
Fix upload of build timings on Windows
Fixes servo#29948.
1 parent 1b00548 commit ac8ab15

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)