Skip to content

Commit f77717e

Browse files
committed
fix dir
1 parent 8677db5 commit f77717e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ jobs:
200200
continue-on-error: true
201201
with:
202202
name: pr_number.txt
203-
path: pr_number.txt
203+
path: .
204204
compression-level: 0 # no compression

.github/workflows/coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Download PR number
2222
uses: actions/download-artifact@v4
2323
with:
24-
pattern: pr_number
24+
pattern: pr_number.txt
2525
path: .
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)