chore: ファイル名を修正

This commit is contained in:
usbharu 2024-09-17 00:49:27 +09:00
parent 579ac44372
commit bb6e03461a
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 2 additions and 2 deletions

View File

@ -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