diff --git a/appveyor.yml b/appveyor.yml index 9eb5280318..ebfe1041dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ test_script: after_test: - ps: build/UploadCoverage.ps1 - ps: build/BuildDox.ps1 - - dotnet publish src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj -o ../artifacts/ServerConsole -c %CONFIGURATION% + - dotnet publish src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj -o ../../artifacts/ServerConsole -c %CONFIGURATION% deploy: - provider: GitHub release: "tgstation-server-v$(TGSVersion)"