From 682cf459c7d3fb67f7a6a95b9a39524fc0660275 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Thu, 22 Feb 2024 08:35:46 +0100 Subject: [PATCH] Try git diff --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82cfba306..9f4a183fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,8 @@ jobs: - name: "Verify committed trampolines are up to date" working-directory: crates/uv-trampoline run: | - fc.exe /B .\trampolines\uv-trampoline-x86_64-console.exe .\target\x86_64-pc-windows-msvc\release\uv-trampoline-console.exe - fc.exe /B .\trampolines\uv-trampoline-x86_64-gui.exe .\target\x86_64-pc-windows-msvc\release\uv-trampoline-gui.exe - fc.exe /B .\trampolines\uv-trampoline-aarch64-console.exe .\target\aarch64-pc-windows-msvc\release\uv-trampoline-console.exe - fc.exe /B .\trampolines\uv-trampoline-aarch64-gui.exe .\target\aarch64-pc-windows-msvc\release\uv-trampoline-gui.exe + cp .\target\x86_64-pc-windows-msvc\release\uv-trampoline-console.exe .\trampolines\uv-trampoline-x86_64-console.exe + cp .\target\x86_64-pc-windows-msvc\release\uv-trampoline-gui.exe .\trampolines\uv-trampoline-x86_64-gui.exe + cp .\target\aarch64-pc-windows-msvc\release\uv-trampoline-console.exe .\trampolines\uv-trampoline-aarch64-console.exe + cp .\target\aarch64-pc-windows-msvc\release\uv-trampoline-gui.exe .\trampolines\uv-trampoline-aarch64-gui.exe + git diff --name-status --exit-code