From bb6e03461ad9a1331ae5cd844ec124435a8e1e30 Mon Sep 17 00:00:00 2001 From: usbharu Date: Tue, 17 Sep 2024 00:49:27 +0900 Subject: [PATCH] =?UTF-8?q?chore:=E3=80=80=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 3bf9ab15..96134aad 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -197,10 +197,10 @@ jobs: - name: Download Coverage Report uses: actions/download-artifact@v4 with: - path: 'hideout-core/build/reports/kover/' + path: 'hideout-core/build/reports/kover' - - run: cd ./hideout-core/build/reports/kover || ls -lah + - run: ls -R hideout-core/build/reports/kover - name: Report Coverage uses: madrapps/jacoco-report@v1.7.0