Skip to content

Commit

Permalink
Merge branch 'refs/heads/upstream-core4' into core4
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 13, 2024
2 parents 3209228 + 9a03d1f commit 6df0ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
if: (success() || failure()) && matrix.os == 'ubuntu-22.04'
with:
name: test-results
path: "${{ steps.strings.outputs.build-output-dir }}/**/reports/junit-*.xml"
if-no-files-found: error
path: "${{ steps.strings.outputs.build-output-dir }}/**/reports/*.xml"

- name: Package
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target package
Expand Down

0 comments on commit 6df0ae1

Please sign in to comment.