diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 06e87f4..daa9fad 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -31,5 +31,5 @@ jobs: -S ${{ github.workspace }} - name: Build (Linux) - run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug + run: cmake --build ${{ github.workspace }}/.out --config Debug