From 9b08af1fe203aa618ebc625fce7ec85a0dc26b1d Mon Sep 17 00:00:00 2001 From: Cinka Date: Thu, 1 May 2025 19:19:22 +0300 Subject: [PATCH] - fix: Release deployment --- .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 64f70c2..7f04299 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build whole project - run: dotnet build + run: dotnet build --configuration Release - name: Package launcher files run: dotnet run --project Nebula.Packager - name: FTP Deploy Release