Skip to content

Commit

Permalink
try other if stmt format
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Owad committed Aug 9, 2023
1 parent 103fe4e commit 353bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Deploy qView
shell: pwsh
run: |
if (-Not ${{ matrix.skipPlugins }}) {
if ("${{ matrix.skipPlugins }}" == "true") {
Invoke-Expression "& 'dist/scripts/download-plugins.ps1'"
}
if ($IsWindows) {
Expand Down

0 comments on commit 353bd4b

Please sign in to comment.