From ee4316a9931ad67a1fb58b08c9a8ef65d88df118 Mon Sep 17 00:00:00 2001 From: Cinka Date: Mon, 10 Mar 2025 18:55:44 +0300 Subject: [PATCH] - fix: some build out --- .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 206efc9..6ed7bef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build Runner - run: dotnet build Nebula.Runner --configuration Release -r win-x64 + run: dotnet build Nebula.Runner --configuration Release - name: Build Launcher - run: dotnet build Nebula.Launcher --configuration Release -r win-x64 + run: dotnet build Nebula.Launcher --configuration Release - name: Publish Launcher run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release - name: FTP Deploy