Skip to content

Commit 48c15eb

Browse files
committed
Fix rchk v2
1 parent 5420a3e commit 48c15eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rchk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run rchk
3333
run: |
3434
PKG_TAR=$(ls *.tar.gz)
35-
rchk $PKG_TAR
35+
rchk.sh $PKG_TAR

0 commit comments

Comments
 (0)