From cd5adcbd97380b4367c507fa428ba582db436cf1 Mon Sep 17 00:00:00 2001 From: Boldi Date: Wed, 22 Nov 2023 16:57:54 +0000 Subject: [PATCH] Trying to fix build on Windows --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd94e81a..c17e396f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: [System.IO.Compression.ZipFile]::ExtractToDirectory("Dependencies_x64_Release.zip", "Dependencies_x64_Release") ls ls Dependencies_x64_Release - mv Dependencies_x64_Release\Dependencies.exe C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64\depends.exe + Move-Item -Path Dependencies_x64_Release\Dependencies.exe -Destination C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64\depends.exe - name: Install dependencies run: pip install .