Fix release script

This commit is contained in:
Jordan Brown
2017-10-18 11:16:45 -04:00
committed by GitHub
parent 52953455ee
commit 2bae1975df
+1 -1
View File
@@ -24,7 +24,7 @@ build:
after_build:
- ps: .\TGS3Release.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/Release/TGServerService.exe").FileVersion
- ps: $env:TGSVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:APPVEYOR_BUILD_FOLDER/TGServerService/bin/x86/Release/TGServerService.exe").FileVersion
deploy:
release: "tgstation-server-v$(TGSVersion)"
description: 'The /tg/station server suite'