Update nightly-build.yaml
This commit is contained in:
2
.github/workflows/nightly-build.yaml
vendored
2
.github/workflows/nightly-build.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build client
|
- name: Build client
|
||||||
run: dotnet build RageCoop.Client/RageCoop.Client.csproj --no-restore --configuration Release -o bin/Release/Client/RageCoop
|
run: dotnet build RageCoop.Client/RageCoop.Client.csproj --configuration Release -o bin/Release/Client/RageCoop
|
||||||
- name: Build server win-x64
|
- name: Build server win-x64
|
||||||
run: dotnet publish RageCoop.Server/RageCoop.Server.csproj --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=false -r win-x64 -o RageCoop.Server/bin/win-x64 -c Release
|
run: dotnet publish RageCoop.Server/RageCoop.Server.csproj --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=false -r win-x64 -o RageCoop.Server/bin/win-x64 -c Release
|
||||||
- name: Build server linux-x64
|
- name: Build server linux-x64
|
||||||
|
Reference in New Issue
Block a user