Skip to content

Commit

Permalink
ci: fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 18, 2024
1 parent da7ed64 commit 7e84dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
} else {
echo "tests=failed" >> $env:GITHUB_OUTPUT
}
$testsLog = (Get-Content -Path out/build/x86-debug/tests/Testing/Temporary/LastTest.log) -join "%%%"
$testsLog = (Get-Content -Path out/build/${{ inputs.cmake-preset }}/tests/Testing/Temporary/LastTest.log) -join "%%%"
echo "tests_log=${testsLog}" >> $env:GITHUB_OUTPUT
cat out/build/x86-debug/tests/Testing/Temporary/LastTest.log
cat out/build/${{ inputs.cmake-preset }}/tests/Testing/Temporary/LastTest.log
if (-not $status) {
exit -1
}
Expand Down

0 comments on commit 7e84dcb

Please sign in to comment.