Skip to content

Commit bd45785

Browse files
committed
Fix create-release action
1 parent 642dcb9 commit bd45785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v2
51+
with:
52+
submodules: true
5153
- name: Install Rust
5254
uses: hecrj/setup-rust-action@v1
5355
with:

0 commit comments

Comments
 (0)