summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-11-25 21:22:19 -0600
committerDudemanguy <random342@airmail.cc>2021-11-25 21:33:29 -0600
commit51da9d257e1953b011b3cac488f54e5e8d7a5a25 (patch)
tree1c1f196bc9d91270815a1a956161073609c45a7e
parent8ed1368501d5259973b0334722f09112b18ca203 (diff)
downloadmpv-51da9d257e1953b011b3cac488f54e5e8d7a5a25.tar.bz2
mpv-51da9d257e1953b011b3cac488f54e5e8d7a5a25.tar.xz
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.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 92759c9648..c01ef3a011 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |