Skip to content

Commit

Permalink
Output the result cli to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pklampros committed Dec 11, 2024
1 parent 41479c5 commit 0f794f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-test-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: depthmapX-${{ matrix.os }}-${{ matrix.cpp_compiler }}-RegressionTestData
path: ${{ github.workspace }}/RegressionTest
path: ${{ github.workspace }}/

- name: Store the executable
uses: actions/upload-artifact@v4
with:
name: depthmapXcli
path: ${{ steps.strings.outputs.build-output-dir }}/depthmapXcli

0 comments on commit 0f794f0

Please sign in to comment.