Skip to content

Commit 98a4549

Browse files
authored
Update release-cli.yml
1 parent 19ac3cf commit 98a4549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
steps:
7676
- name: Checkout code
7777
uses: actions/checkout@v3
78+
with:
79+
submodules: recursive
7880

7981
- name: Set env var
8082
run: echo "ZIPFILE=sqlitecloud-go-${{ github.event.release.name }}-${{ env.OSNAME }}-${{ env.ARCHNAME }}.zip" >> $GITHUB_ENV

0 commit comments

Comments
 (0)