From d5e22d1776da3e016289a6a3f96b7a9f240bdbc0 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 19:27:29 -0500 Subject: [PATCH] minor fuckin changes --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 649edc14..838b1d08 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,10 +83,7 @@ before_deploy: $source = Get-Location $tagPath = Join-Path $source "tags/$env:APPVEYOR_REPO_TAG_NAME" New-Item -ItemType directory -Path $tagPath - Get-ChildItem $source -Recurse -Exclude @('.git','tags/*','tags') | - Copy-Item -Destination {Join-Path $tagPath $_.FullName.Substring($source.length)} - - cd .. # fix working directory + Get-ChildItem $source -Recurse -Exclude @('.git','tags/*','tags') | Copy-Item -Destination {Join-Path $tagPath $_.FullName.Substring($source.length)} git add -A 2>&1 git commit -q -a -m "Saved tag $env:APPVEYOR_REPO_TAG_NAME" 2>&1