Skip to content

Commit 94c03af

Browse files
committed
fix released vsix files missing dlang-debug
1 parent 645ef04 commit 94c03af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12+
with:
13+
submodules: true
1214

1315
- name: Set Node.js 10.x
1416
uses: actions/setup-node@master

0 commit comments

Comments
 (0)