diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1df76a15..d3a08bf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,4 +21,4 @@ jobs: run: dotnet build "./launcher/launcher.sln" -c Release - name: Build Playback - run: dotnet build "./playback/playback.sln" -c Release \ No newline at end of file + run: dotnet build "./playback/playback.sln" -c Release