From ae2df91bdfa83ffa2bd3e943f897a8f85b0a7648 Mon Sep 17 00:00:00 2001 From: Volker Schlegel Date: Mon, 15 Jul 2024 11:20:16 +0200 Subject: [PATCH] Testing Not sure where the executable lands on MacOS --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 729d244..35176b8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,9 +25,10 @@ jobs: run: | cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.type}} cmake --build ${{github.workspace}}/build --config ${{matrix.type}} + ls ${{github.workspace}}/build - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: compiled_artifact_${{matrix.os}} + name: Release_${{matrix.os} path: ${{github.workspace}}/build/Release/