Fix for build script, user is always "appveyor"

This commit is contained in:
RKrom 2014-11-03 16:00:17 +01:00
commit 3b388ba48d

View file

@ -218,7 +218,7 @@ Function TagCode {
$fileContent += $key.substring($i*64, $min) + "`n";
}
$fileContent += "-----END RSA PRIVATE KEY-----" + "`n"
Set-Content c:\users\greenshot\.ssh\id_rsa $fileContent
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
Write-Host "Tagging repo with $fileversion"
git tag -a $fileversion -m 'Build from AppVeyor'
Write-Host "Pushing tags to remote."