From 37bbe161d49c023b2fe647880a04c8307fda683e Mon Sep 17 00:00:00 2001 From: xtray85 Date: Wed, 22 Nov 2023 12:09:41 +0300 Subject: [PATCH] Update publish_erp.yml --- .github/workflows/publish_erp.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_erp.yml b/.github/workflows/publish_erp.yml index 909cf331280..f57e87ca7f0 100644 --- a/.github/workflows/publish_erp.yml +++ b/.github/workflows/publish_erp.yml @@ -31,10 +31,18 @@ jobs: cd RobustToolbox git fetch --depth=1 - - name: Package all - run: | - Tools/package_server_build.py -p linux-x64 - Tools/package_client_build.py + - name: Install dependencies + run: dotnet restore + + - name: Build Packaging + run: dotnet build Content.Packaging --configuration Release --no-restore /m + + - name: Package server + run: dotnet run --project Content.Packaging server --platform linux-x64 + + - name: Package client + run: dotnet run --project Content.Packaging client --no-wipe-release + - name: Update Build Info run: Tools/gen_build_info.py