From 58c531a7f557f54b664432d4698590243f7e215d Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 18 Feb 2025 09:44:25 +0000
Subject: [PATCH] Update build_windows.yaml

---
 .github/workflows/build_windows.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml
index 54149fcc..9e3f3416 100644
--- a/.github/workflows/build_windows.yaml
+++ b/.github/workflows/build_windows.yaml
@@ -181,12 +181,11 @@ jobs:
                   Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath .github/SSLcom-sandbox.crt
 
             - name: Check app was signed successfully
-              if: inputs.sign
               run: |
                   Set-StrictMode -Version 'Latest'
                   Get-ChildItem `
-                  -Recurse dist `
-                  -Include *.exe, *.msi `
+                      -Recurse dist `
+                      -Include *.exe, *.msi `
                   | ForEach-Object -Process {. 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool.exe' verify /pa $_.FullName; if(!$?) { throw }}
 
             - name: Upload Artifacts