From d8e867d8f7eac5a0acdba11fcb78c574d9909e2b Mon Sep 17 00:00:00 2001 From: Cinkafox <70429757+Cinkafox@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:18:17 +0300 Subject: [PATCH] Update 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 ad4bf29..bca5ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build Launcher - run: dotnet build Nebula.Launcher --configuration Release -r win10-x64 + run: dotnet build Nebula.Launcher --configuration Release -r win-x64 - name: Publish Launcher - run: dotnet publish Nebula.Launcher --configuration Release -r win10-x64 --output ./Release + run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release - name: FTP Deploy uses: SamKirkland/FTP-Deploy-Action@3.0.0 with: