From 1b02eb3c5e727abb51e1d4b15adac2c65284587d Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Wed, 14 Feb 2024 18:45:14 +0100 Subject: [PATCH] ci: fixed configs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa497fa..eb4bb98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: unit-test-report-${{matrix.os}}-node_${{matrix.node-version}} + name: unit-test-report-${{matrix.os}}-node-${{matrix.node-version}} path: reports/unit-report.xml run-e2e-tests: