From 4ca271997ca4a1ddb997c4393799a7bf9dd365ea Mon Sep 17 00:00:00 2001 From: Georg Thiesen Date: Sun, 10 Mar 2024 21:05:35 +0100 Subject: [PATCH] Update cmake-multi-platform-make-release.yml --- .github/workflows/cmake-multi-platform-make-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-multi-platform-make-release.yml b/.github/workflows/cmake-multi-platform-make-release.yml index ab2e996..c1f7631 100644 --- a/.github/workflows/cmake-multi-platform-make-release.yml +++ b/.github/workflows/cmake-multi-platform-make-release.yml @@ -94,6 +94,9 @@ jobs: if: runner.os == 'Windows' run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target install + - name: Create Build Output Directory + run: mkdir ./built-project + - uses: actions/upload-artifact@v3 # Upload build artifacts with: name: built-project # Name for the artifact cache