diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index ca95d0c55dc..09d805a116e 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -107,7 +107,7 @@ jobs: output-file: ./output-short.txt - name: Print Races if: ${{ failure() && matrix.cmd == 'go_core_race_tests' }} - run: find *.race | xargs cat + run: find race.* | xargs cat - name: Store logs artifacts if: always() uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0