Fix build script

This commit is contained in:
Cyberboss
2017-11-02 10:56:54 -04:00
parent e1d9158f08
commit 9cfd154111
+1 -1
View File
@@ -30,7 +30,7 @@ build:
after_build:
- ps: .\Tools\TGS3Build.ps1
- ps: if($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[TGSDeploy\]"){$env:TGSDeploy = "Do it."}
- ps: $env:TGSVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:APPVEYOR_BUILD_FOLDER/TGServerService/bin/x86/Release/TGServerService.exe").FileVersion
- ps: $env:TGSVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:APPVEYOR_BUILD_FOLDER/TGServerService/bin/Release/TGServerService.exe").FileVersion
deploy:
- provider: GitHub
release: "tgstation-server-v$(TGSVersion)"