From 718c2fe3fdb68fb76a5502fceab9942c795cc1d6 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:29:39 -0700 Subject: [PATCH] Update publish.yml --- .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 d9cfd3b25b..dc9bcf6b91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: run: dotnet restore - name: Build Packaging - run: dotnet build Content.Packaging --configuration Release --no-restore /m + run: dotnet build Content.Packaging --configuration Debug --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