From 753d7294fa14fb655dd708f5ce896010e4842d7d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 18 Jun 2024 21:52:22 +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 4d338d7..524ccac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,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") - 7z x ${env:TESTING_PLUGINS_VERSION}.zip + 7z x "${env:TESTING_PLUGINS_VERSION}.zip" mv testing-plugins-${env:TESTING_PLUGINS_VERSION} testing-plugins - name: Build and run tests