diff options
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ce7c96fb603..21f4c0a3877 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -70,7 +70,7 @@ jobs: with: name: cargo-timings # 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 run: python mach package --release - name: Upload Package |