From 37f61ebe1b8e0eb9a0c18b45a3788b75754bbb20 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 31 Jul 2024 15:07:20 +0000 Subject: [PATCH] added correct directory for artifact --- .github/workflows/get-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-metrics.yml b/.github/workflows/get-metrics.yml index 418a22b..48b9633 100644 --- a/.github/workflows/get-metrics.yml +++ b/.github/workflows/get-metrics.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: report - path: ./report.json + path: ./log/report.json if-no-files-found: error retention-days: 5 overwrite: true