From ac8ab15f8bb27c5d3463ddb52a8bf4fad89ed8b5 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Thu, 29 Jun 2023 17:29:15 +0200 Subject: [PATCH] Fix upload of build timings on Windows Fixes #29948. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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