From 70bab86779e14d94889398951b5940a4becc1cb2 Mon Sep 17 00:00:00 2001 From: Jared Date: Fri, 28 Aug 2020 07:44:02 -0700 Subject: [PATCH] Update deploy-to-iis.yml --- .github/workflows/deploy-to-iis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-iis.yml b/.github/workflows/deploy-to-iis.yml index 406e7df3..9cf9c24d 100644 --- a/.github/workflows/deploy-to-iis.yml +++ b/.github/workflows/deploy-to-iis.yml @@ -99,7 +99,7 @@ jobs: # Decode the base 64 encoded pfx and save the Signing_Certificate - name: Decode the pfx run: | - if (!(${{ $env:PfxBase64 }})) { + if (!($env:PfxBase64)) { echo "Skipping cert signing because Base64_Encoded_Pfx secret is missing. return }