From 5969af83fa76e2120d5e5f6b9d45ed6abca810c7 Mon Sep 17 00:00:00 2001 From: xtray85 Date: Sun, 28 Jul 2024 17:32:38 +0300 Subject: [PATCH] Update publish.yml FIXS --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a01edb7933..f4d3906674c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,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