i believe we're done

This commit is contained in:
z__
2022-02-03 19:49:16 +07:00
parent e9841b4de1
commit d5c101bf19

View File

@@ -51,8 +51,7 @@ build_script:
- pwsh: >- - pwsh: >-
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win-x64 -c Release -o .\publish\ dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win-x64 -c Release -o .\publish\
cmd /c "rmdir GameBinaries" Compress-Archive -Path .\publish\* -DestinationPath .\torch-server.zip
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip
artifacts: artifacts:
- path: torch-server.zip - path: torch-server.zip
deploy: deploy: