Fix upload of build timings on Windows

Fixes #29948.
This commit is contained in:
Martin Robinson 2023-06-29 17:29:15 +02:00
parent 1b00548ac9
commit ac8ab15f8b

View file

@ -70,7 +70,7 @@ jobs:
with: with:
name: cargo-timings name: cargo-timings
# Using a wildcard here ensures that the archive includes the path. # Using a wildcard here ensures that the archive includes the path.
path: target/cargo-timings-* path: C:\\a\\servo\\servo\\target\\cargo-timings-*
- name: Package - name: Package
run: python mach package --release run: python mach package --release
- name: Upload Package - name: Upload Package