Skip to content

Commit

Permalink
reverse polarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Owad committed Aug 9, 2023
1 parent a2a295f commit e472998
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 ("${{ matrix.skipPlugins }}" -eq "true") {
if ("${{ matrix.skipPlugins }}" -ne "true") {
Invoke-Expression "& 'dist/scripts/download-plugins.ps1'"
}
if ($IsWindows) {
Expand Down

0 comments on commit e472998

Please sign in to comment.