diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6250c27..b92d581 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -35,7 +35,7 @@ jobs: - name: Build run: msbuild.exe centijson.sln /p:Configuration=Release /p:Platform=Win32 - name: Test - run: .\test-json.exe + run: .\Release\test-json.exe windows-64: runs-on: windows-latest @@ -47,4 +47,4 @@ jobs: - name: Build run: msbuild.exe centijson.sln /p:Configuration=Release /p:Platform=x64 - name: Test - run: .\test-json.exe + run: .\Release\test-json.exe