From 5fa47a291e42ccbc0a8a8d7d49bc86b6e2199557 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 7 Nov 2017 13:52:21 -0500 Subject: [PATCH] Fixes build script [TGSDeploy] --- Tools/TGS3Build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/TGS3Build.ps1 b/Tools/TGS3Build.ps1 index 8cf38bbc31..544678d682 100644 --- a/Tools/TGS3Build.ps1 +++ b/Tools/TGS3Build.ps1 @@ -32,7 +32,8 @@ if($publish_dox){ echo "" > .nojekyll git add --all git commit -m "Deploy code docs to GitHub Pages for Appveyor build $Env:APPVEYOR_BUILD_NUMBER" -m "Commit: $Env:APPVEYOR_REPO_COMMIT" - git push -f "https://$Env:repo_token@$github_url" 2>&1 | out-null + git push -f "https://$Env:repo_token@$github_url" 2>&1 | out-null + cd "$bf" } $destination = "$bf\TGS3-Server-v$version.exe"