From e7d681202149ece1c876183d9a98db7be68fffda Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 19:39:53 -0500 Subject: [PATCH] unbad it --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 841175bc..542a3be4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,7 +80,7 @@ before_deploy: { # Copy current site into tags cd origin_site # make things a bit easier - $tagPath = Join-Path $source "tags/$env:APPVEYOR_REPO_TAG_NAME" + $tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME" New-Item -ItemType directory -Path $tagPath Copy-Item -Path (Get-ChildItem -Exclude ('.git','tags')).FullName -Destination $tagPath -Recurse