From 3607f9a3cd7ced93c6f33e938db37b69c543a8d1 Mon Sep 17 00:00:00 2001 From: xtray85 Date: Wed, 22 Nov 2023 12:09:07 +0300 Subject: [PATCH] Update test-packaging.yml --- .github/workflows/test-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml index 9866aded8ef..ac074e64a0f 100644 --- a/.github/workflows/test-packaging.yml +++ b/.github/workflows/test-packaging.yml @@ -74,7 +74,7 @@ jobs: run: dotnet build Content.Packaging --configuration Release --no-restore /m - name: Package server - run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64 + run: dotnet run --project Content.Packaging server --platform linux-x64 - name: Package client run: dotnet run --project Content.Packaging client --no-wipe-release