From 1e211823432f600464cdd324dbc10c4374bf4082 Mon Sep 17 00:00:00 2001 From: Cinkafox <70429757+Cinkafox@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:42:26 +0300 Subject: [PATCH] - fix: now shit should run --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bca5ae2..3a80183 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: 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: Publish Launcher run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release - name: FTP Deploy