From 1d464d984fdcf9325a40bdaed579f1fc497f83c2 Mon Sep 17 00:00:00 2001 From: xtray85 Date: Wed, 22 Nov 2023 12:28:28 +0300 Subject: [PATCH] Update test-packaging.yml --- .github/workflows/test-packaging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml index 71134ba17da..2830aea8157 100644 --- a/.github/workflows/test-packaging.yml +++ b/.github/workflows/test-packaging.yml @@ -74,10 +74,10 @@ jobs: run: dotnet build Content.Packaging --configuration Release --no-restore /m - name: Package server - run: dotnet build --project Content.Packaging server --platform linux-x64 + run: dotnet run --project Content.Packaging server --platform linux-x64 - name: Package client - run: dotnet build --project Content.Packaging client --no-wipe-release + run: dotnet run --project Content.Packaging client --no-wipe-release - name: Update Build Info run: Tools/gen_build_info.py