Skip to content

Commit 8a3f9dd

Browse files
authored
Update to all submodules and print path for debug
1 parent 840ecd9 commit 8a3f9dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
submodules: true
2323
- name: Init and Update submodule pivx-rpc-rs
24-
run: git submodule update --init --recursive pivx-rpc-rs
24+
run: git submodule update --init --recursive
25+
- name: Check repo
26+
run: ls -R
2527

2628
- name: Compile and release
2729
uses: rust-build/rust-build.action@v1.4.0

0 commit comments

Comments
 (0)