Update deploy-to-iis.yml

This commit is contained in:
Jared 2020-08-28 07:44:02 -07:00 committed by Jared Goodwin
parent d92b1b283f
commit 70bab86779

View File

@ -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
}