From 13f9c143ff04db44a006476c2792353b6ef11df1 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 17 Jun 2014 18:03:50 +0200 Subject: [PATCH] Fixed path in deploy script --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index b36779676..46f66493a 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -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",