mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update deploy-to-iis.yml
This commit is contained in:
parent
d92b1b283f
commit
70bab86779
2
.github/workflows/deploy-to-iis.yml
vendored
2
.github/workflows/deploy-to-iis.yml
vendored
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user