From: Greg Burri Date: Sun, 11 Aug 2019 20:47:26 +0000 (+0200) Subject: Wrong exe to copy X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=commitdiff_plain;h=4dcf1f1a22d4e8e8ce14f50051c127b9eed11dca Wrong exe to copy --- diff --git a/deploy.ps1 b/deploy.ps1 index 6d0cad5..bd50936 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -15,7 +15,7 @@ if (!(Test-Path -Path $destination)) { New-Item -ItemType directory -Path $destination } -Copy-Item target/release/rup -Destination $destination +Copy-Item target/release/recipes -Destination $destination Copy-Item key.secret -Destination $destination Copy-Item static -Destination $destination -Recurse -Force