Fixed path in deploy script

This commit is contained in:
RKrom 2014-06-17 18:03:50 +02:00
commit 13f9c143ff

View file

@ -51,7 +51,7 @@ try {
$transferOptions = New-Object WinSCP.TransferOptions
$transferOptions.TransferMode = [WinSCP.TransferMode]::Binary
$artifactbase = "$(get-location)\Greenshot\bin\Release"
$artifactbase = "$(get-location)\Greenshot\releases"
# The list of all the artifacts that need to be uploaded
@(
"$artifactbase\Greenshot-INSTALLER*.exe",