mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Fix for build script, user is always "appveyor"
This commit is contained in:
parent
8dc774bcd3
commit
3b388ba48d
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue