From 49365ec387420f9b252655d95d4fc43a50cef6d0 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Sun, 24 Dec 2023 18:16:55 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2db8ff..b01e955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: CI on: [push, pull_request] @@ -39,8 +39,8 @@ jobs: if: runner.os == 'Windows' run: | premake5 vs2019 - msbuild reliable.sln -nologo -m -t:Clean -p:Configuration=${{ matrix.configuration }} - msbuild reliable.sln -nologo -m -p:Configuration=${{ matrix.configuration }} + msbuild serialize.sln -nologo -m -t:Clean -p:Configuration=${{ matrix.configuration }} + msbuild serialize.sln -nologo -m -p:Configuration=${{ matrix.configuration }} - name: Test (vs2019) if: runner.os == 'Windows' - run: "& ./bin/${{ matrix.configuration }}/test.exe" \ No newline at end of file + run: "& ./bin/${{ matrix.configuration }}/test.exe"