Compare commits

..

1 Commits

Author SHA1 Message Date
z__
d5c101bf19 i believe we're done 2022-02-03 19:49:16 +07:00

View File

@@ -50,9 +50,8 @@ cache:
build_script: 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: