From 4dcf1f1a22d4e8e8ce14f50051c127b9eed11dca Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Sun, 11 Aug 2019 22:47:26 +0200 Subject: [PATCH] Wrong exe to copy --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0