From 56c03e1517bee43b6aa373c9e81beda1fd05b945 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 25 Mar 2021 17:44:36 +0000 Subject: docs: correct log upload paths. SInce the build directory is `builddir/` it should be `builddir/meson-logs/testlog.txt` to be uploaded. --- docs/markdown/Continuous-Integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/Continuous-Integration.md') diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md index 46e7c2946..f6ca89be8 100644 --- a/docs/markdown/Continuous-Integration.md +++ b/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 ``` -- cgit v1.2.3