From 89edd36da4509d8a0ce160fbc1ce7d94d77e9384 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 27 Aug 2024 16:47:54 +0200 Subject: [PATCH] fix(CI): restore e2e sinsp report uploading Signed-off-by: Andrea Terzolo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4a5183fa..cf09755564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -327,7 +327,7 @@ jobs: with: name: ${{ matrix.name }}_report path: | - ${{ github.workspace }}/build/report/ + /tmp/report/ build-libs-emscripten: name: build-libs-emscripten 🧐