From db9b6bfcc8383c39cd148ab50d334b2b4be456f8 Mon Sep 17 00:00:00 2001 From: Cinkafox <70429757+Cinkafox@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:44:39 +0300 Subject: [PATCH] - fix: change query in build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a80183..206efc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,10 +20,10 @@ jobs: dotnet-version: 9.0.x - name: Install dependencies run: dotnet restore - - name: Build Launcher - run: dotnet build Nebula.Launcher --configuration Release -r win-x64 - name: Build Runner run: dotnet build Nebula.Runner --configuration Release -r win-x64 + - name: Build Launcher + run: dotnet build Nebula.Launcher --configuration Release -r win-x64 - name: Publish Launcher run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release - name: FTP Deploy