From d288e0d2ab54dbcc80d37c99c4dcffc1383e4dd5 Mon Sep 17 00:00:00 2001 From: Alan Morris Date: Thu, 22 Feb 2024 17:27:03 -0700 Subject: [PATCH] Forgot to uncompress the tarball. --- .github/workflows/copy_artifact.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/copy_artifact.sh b/.github/workflows/copy_artifact.sh index 9b6e8458d9..88f81600f4 100755 --- a/.github/workflows/copy_artifact.sh +++ b/.github/workflows/copy_artifact.sh @@ -22,6 +22,8 @@ if [[ "$PLATFORM" == "windows" ]]; then # https://repo.msys2.org/msys/x86_64/libzstd-1.5.2-1-x86_64.pkg.tar.zst # https://repo.msys2.org/msys/x86_64/libxxhash-0.8.1-1-x86_64.pkg.tar.zst curl.exe --output windows_rsync.tar.gz http://www.sci.utah.edu/~amorris/windows_rsync.tar.gz + + tar -xzvf windows_rsync.tar.gz mv usr/bin/* "C:\Program Files\Git\usr\bin\\" echo "rsync installed on windows runner"