diff --git a/appveyor.yml b/appveyor.yml index cfc9cfcb3..e500d0eb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,8 +23,11 @@ environment: init: - ps: >- $fileContent = "-----BEGIN EC PRIVATE KEY-----`n" + $fileContent += $env:priv_key.Replace(' ', "`n") + $fileContent += "`n-----END EC PRIVATE KEY-----`n" + Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent install: