ci: fix the path for logs on failure in mingw

The old directory was wrong. The actual build directory has the matrix
prefix in its name.
This commit is contained in:
Dudemanguy 2021-11-25 21:22:19 -06:00
parent 8ed1368501
commit 51da9d257e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Print meson log
if: ${{ failure() }}
run: |
cat ./build/meson-logs/meson-log.txt
cat ./${{ matrix.target }}_mingw_build/meson-logs/meson-log.txt
- name: Build with waf
run: |