Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jan 17, 2019
1 parent f8f047d commit fbfdd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/Sign-Artifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Submit-SigningRequest `
-Force

# extract signed artifacts to Signed folder
if ($LastExitCode -eq 0) -and (Test-Path $combinedSigned)) {
if (($LastExitCode -eq 0) -and (Test-Path $combinedSigned)) {
Expand-Archive -LiteralPath $combinedSigned -DestinationPath .\Signed

# -------------------------------
Expand Down

0 comments on commit fbfdd07

Please sign in to comment.