Remove an inexistant file
This commit is contained in:
parent
4dcf1f1a22
commit
86477ece50
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ if (!(Test-Path -Path $destination)) {
|
|||
}
|
||||
|
||||
Copy-Item target/release/recipes -Destination $destination
|
||||
Copy-Item key.secret -Destination $destination
|
||||
|
||||
Copy-Item static -Destination $destination -Recurse -Force
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue