Skip to content

Commit 900b4c1

Browse files
committed
Fix file path
1 parent 6761a87 commit 900b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm-replay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Parse blocks file
1919
id: parse-blocks
2020
run: |
21-
content=`cat ./replay-blocks.txt`
21+
content=`cat ../replay-blocks.txt`
2222
echo "::set-output name=blocks_list::$(jq 'split(",")' -Rc <(echo $content))"
2323
2424

0 commit comments

Comments
 (0)