From a2a295f282baa8eb1b5cfcb509b439f417bd601f Mon Sep 17 00:00:00 2001 From: Benjamin Owad Date: Wed, 9 Aug 2023 11:12:50 -0400 Subject: [PATCH] i meant eq --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4f01c57..4f19c47b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: - name: Deploy qView shell: pwsh run: | - if ("${{ matrix.skipPlugins }}" == "true") { + if ("${{ matrix.skipPlugins }}" -eq "true") { Invoke-Expression "& 'dist/scripts/download-plugins.ps1'" } if ($IsWindows) {