Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
Not sure where the executable lands on MacOS
  • Loading branch information
VolkerSchlegel authored Jul 15, 2024
1 parent a8ffc6a commit ae2df91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit ae2df91

Please sign in to comment.