Wrong exe to copy
authorGreg Burri <greg.burri@gmail.com>
Sun, 11 Aug 2019 20:47:26 +0000 (22:47 +0200)
committerGreg Burri <greg.burri@gmail.com>
Sun, 11 Aug 2019 20:47:26 +0000 (22:47 +0200)
deploy.ps1

index 6d0cad5..bd50936 100644 (file)
@@ -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