docs: correct log upload paths.

SInce the build directory is `builddir/` it should be
`builddir/meson-logs/testlog.txt` to be uploaded.
pull/8580/head
Diego Elio Pettenò 4 years ago committed by Eli Schwartz
parent 54767ab482
commit 56c03e1517
  1. 6
      docs/markdown/Continuous-Integration.md

@ -238,7 +238,7 @@ jobs:
if: failure()
with:
name: Linux_Meson_Testlog
path: build/meson-logs/testlog.txt
path: builddir/meson-logs/testlog.txt
macos:
runs-on: macos-latest
@ -257,7 +257,7 @@ jobs:
if: failure()
with:
name: MacOS_Meson_Testlog
path: build/meson-logs/testlog.txt
path: builddir/meson-logs/testlog.txt
windows:
runs-on: windows-latest
@ -275,5 +275,5 @@ jobs:
if: failure()
with:
name: Windows_Meson_Testlog
path: build/meson-logs/testlog.txt
path: builddir/meson-logs/testlog.txt
```

Loading…
Cancel
Save