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