Skip to content

Commit 1a7c6e5

Browse files
committed
Fix file/path
1 parent b03f51f commit 1a7c6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ jobs:
199199
- uses: actions/upload-artifact@v4
200200
continue-on-error: true
201201
with:
202-
name: pr_number.txt
203-
path: .
202+
name: pr_number
203+
path: pr_number.txt
204204
compression-level: 0 # no compression

0 commit comments

Comments
 (0)