From a72a5c340b6d7068725506342e59160cfc5270bf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 18 Jun 2024 21:49:12 +0100 Subject: [PATCH] Fix Windows CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 584c1f9..4d338d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Prepare test resources run: | - (New-Object Net.WebClient).DownloadFile('https://github.com/Ortham/testing-plugins/archive/${env:TESTING_PLUGINS_VERSION}.zip', "$PWD/${env:TESTING_PLUGINS_VERSION}.zip") + (New-Object Net.WebClient).DownloadFile("https://github.com/Ortham/testing-plugins/archive/${env:TESTING_PLUGINS_VERSION}.zip", "$PWD/${env:TESTING_PLUGINS_VERSION}.zip") 7z x ${env:TESTING_PLUGINS_VERSION}.zip mv testing-plugins-${env:TESTING_PLUGINS_VERSION} testing-plugins