diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e87efeafc..9b9fd9458 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -244,7 +244,7 @@ jobs: if-no-files-found: ignore - name: Prep combined test results run: | - find "$RUNNER_TEMP" \( -name 'coverage.info' -or -name 'removeHtmlDates.sh' -or -name '*.tap' \) -printf '%P\0' | + gfind "$RUNNER_TEMP" \( -name 'coverage.info' -or -name 'removeHtmlDates.sh' -or -name '*.tap' \) -printf '%P\0' | cpio -pmd0 -D "$RUNNER_TEMP" "$GITHUB_WORKSPACE/test-results-mac-${{ matrix.env.cc }}-${{ matrix.qt }}" - name: Upload combined test results uses: actions/upload-artifact@v3